Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-ejwd-wgb2-47e2
Summary
Cross-site Scripting
Cross-site scripting (XSS) vulnerability in `flash/FlashMediaElement.as` in `MediaElement.js` allows remote attackers to inject arbitrary web script or HTML via an obfuscated form of the `jsinitfunction` parameter, as demonstrated by `jsinitfunctio%gn`."
Aliases
0
alias CVE-2016-4567
1
alias GHSA-277w-qpxr-2549
Fixed_packages
0
url pkg:composer/contao/core@3.5.15
purl pkg:composer/contao/core@3.5.15
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/contao/core@3.5.15
1
url pkg:composer/contao-components/mediaelement@2.21.1
purl pkg:composer/contao-components/mediaelement@2.21.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/contao-components/mediaelement@2.21.1
2
url pkg:npm/mediaelement@2.11.1
purl pkg:npm/mediaelement@2.11.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/mediaelement@2.11.1
Affected_packages
0
url pkg:composer/contao/core@3.0.0
purl pkg:composer/contao/core@3.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5639-8xt3-8ugc
1
vulnerability VCID-5kwa-7kx3-kfga
2
vulnerability VCID-ejwd-wgb2-47e2
3
vulnerability VCID-u721-yafq-bkc7
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/contao/core@3.0.0
1
url pkg:composer/contao-components/mediaelement@2.14.2
purl pkg:composer/contao-components/mediaelement@2.14.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-ejwd-wgb2-47e2
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/contao-components/mediaelement@2.14.2
References
0
reference_url https://codex.wordpress.org/Version_4.5.2
reference_id
reference_type
scores
url https://codex.wordpress.org/Version_4.5.2
1
reference_url https://contao.org/en/news/contao-3_5_15.html
reference_id
reference_type
scores
url https://contao.org/en/news/contao-3_5_15.html
2
reference_url https://core.trac.wordpress.org/changeset/37371
reference_id
reference_type
scores
url https://core.trac.wordpress.org/changeset/37371
3
reference_url https://gist.github.com/cure53/df34ea68c26441f3ae98f821ba1feb9c
reference_id
reference_type
scores
url https://gist.github.com/cure53/df34ea68c26441f3ae98f821ba1feb9c
4
reference_url https://github.com/johndyer/mediaelement/blob/master/changelog.md
reference_id
reference_type
scores
url https://github.com/johndyer/mediaelement/blob/master/changelog.md
5
reference_url https://github.com/johndyer/mediaelement/commit/34834eef8ac830b9145df169ec22016a4350f06e
reference_id
reference_type
scores
url https://github.com/johndyer/mediaelement/commit/34834eef8ac830b9145df169ec22016a4350f06e
6
reference_url https://github.com/mediaelement/mediaelement/blob/b992ccf5f0c04a207d98bbb0868420751a61ec90/changelog.md?plain=1#L1024
reference_id
reference_type
scores
url https://github.com/mediaelement/mediaelement/blob/b992ccf5f0c04a207d98bbb0868420751a61ec90/changelog.md?plain=1#L1024
7
reference_url https://github.com/mediaelement/mediaelement/blob/master/changelog.md
reference_id
reference_type
scores
url https://github.com/mediaelement/mediaelement/blob/master/changelog.md
8
reference_url https://github.com/mediaelement/mediaelement/commit/34834eef8ac830b9145df169ec22016a4350f06e
reference_id
reference_type
scores
url https://github.com/mediaelement/mediaelement/commit/34834eef8ac830b9145df169ec22016a4350f06e
9
reference_url https://web.archive.org/web/20170205142412/http://www.securitytracker.com/id/1035818
reference_id
reference_type
scores
url https://web.archive.org/web/20170205142412/http://www.securitytracker.com/id/1035818
10
reference_url https://wordpress.org/news/2016/05/wordpress-4-5-2
reference_id
reference_type
scores
url https://wordpress.org/news/2016/05/wordpress-4-5-2
11
reference_url https://wpvulndb.com/vulnerabilities/8488
reference_id
reference_type
scores
url https://wpvulndb.com/vulnerabilities/8488
12
reference_url https://nvd.nist.gov/vuln/detail/CVE-2016-4567
reference_id CVE-2016-4567
reference_type
scores
url https://nvd.nist.gov/vuln/detail/CVE-2016-4567
13
reference_url https://github.com/FriendsOfPHP/security-advisories/blob/master/contao-components/mediaelement/CVE-2016-4567.yaml
reference_id CVE-2016-4567.YAML
reference_type
scores
url https://github.com/FriendsOfPHP/security-advisories/blob/master/contao-components/mediaelement/CVE-2016-4567.yaml
14
reference_url https://github.com/FriendsOfPHP/security-advisories/blob/master/contao/core/CVE-2016-4567.yaml
reference_id CVE-2016-4567.YAML
reference_type
scores
url https://github.com/FriendsOfPHP/security-advisories/blob/master/contao/core/CVE-2016-4567.yaml
15
reference_url https://github.com/advisories/GHSA-277w-qpxr-2549
reference_id GHSA-277w-qpxr-2549
reference_type
scores
url https://github.com/advisories/GHSA-277w-qpxr-2549
Weaknesses
0
cwe_id 1035
name OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017.
1
cwe_id 79
name Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
description The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
2
cwe_id 937
name OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013.
Exploits
Severity_range_scorenull
Exploitabilitynull
Weighted_severitynull
Risk_scorenull
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-ejwd-wgb2-47e2