Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-qth5-3ufg-bucx
Summary
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. Users are able to forge an URL with a payload allowing to inject Javascript in the page (XSS). It's possible to exploit the DeleteApplication page to perform a XSS, e.g. by using URL such as: > xwiki/bin/view/AppWithinMinutes/DeleteApplication?appName=Menu&resolve=true&xredirect=javascript:alert(document.domain). This vulnerability exists since XWiki 6.2-milestone-1. The vulnerability has been patched in XWiki 14.10.5 and 15.1-rc-1.
Aliases
0
alias CVE-2023-35161
1
alias GHSA-4xm7-5q79-3fch
Fixed_packages
0
url pkg:maven/org.xwiki.platform/xwiki-platform-appwithinminutes-ui@14.10.5
purl pkg:maven/org.xwiki.platform/xwiki-platform-appwithinminutes-ui@14.10.5
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.xwiki.platform/xwiki-platform-appwithinminutes-ui@14.10.5
1
url pkg:maven/org.xwiki.platform/xwiki-platform-appwithinminutes-ui@15.1-rc-1
purl pkg:maven/org.xwiki.platform/xwiki-platform-appwithinminutes-ui@15.1-rc-1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.xwiki.platform/xwiki-platform-appwithinminutes-ui@15.1-rc-1
Affected_packages
0
url pkg:maven/org.xwiki.platform/xwiki-platform-appwithinminutes-ui@6.2-milestone-1
purl pkg:maven/org.xwiki.platform/xwiki-platform-appwithinminutes-ui@6.2-milestone-1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qth5-3ufg-bucx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.xwiki.platform/xwiki-platform-appwithinminutes-ui@6.2-milestone-1
1
url pkg:maven/org.xwiki.platform/xwiki-platform-appwithinminutes-ui@15.0-rc-1
purl pkg:maven/org.xwiki.platform/xwiki-platform-appwithinminutes-ui@15.0-rc-1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qth5-3ufg-bucx
1
vulnerability VCID-xnsk-z811-3bgw
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.xwiki.platform/xwiki-platform-appwithinminutes-ui@15.0-rc-1
References
0
reference_url https://github.com/xwiki/xwiki-platform
reference_id
reference_type
scores
0
value 9.6
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
1
value CRITICAL
scoring_system generic_textual
scoring_elements
url https://github.com/xwiki/xwiki-platform
1
reference_url https://github.com/xwiki/xwiki-platform/commit/8f5a889b7cd140770e54f5b4195d88058790e305
reference_id
reference_type
scores
0
value 9.6
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
1
value CRITICAL
scoring_system generic_textual
scoring_elements
url https://github.com/xwiki/xwiki-platform/commit/8f5a889b7cd140770e54f5b4195d88058790e305
2
reference_url https://jira.xwiki.org/browse/XWIKI-20583
reference_id
reference_type
scores
0
value 9.6
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
1
value CRITICAL
scoring_system generic_textual
scoring_elements
url https://jira.xwiki.org/browse/XWIKI-20583
3
reference_url https://jira.xwiki.org/browse/XWIKI-20614
reference_id
reference_type
scores
0
value 9.6
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
1
value CRITICAL
scoring_system generic_textual
scoring_elements
url https://jira.xwiki.org/browse/XWIKI-20614
4
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-35161
reference_id CVE-2023-35161
reference_type
scores
0
value 9.6
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
1
value CRITICAL
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2023-35161
5
reference_url https://github.com/advisories/GHSA-4xm7-5q79-3fch
reference_id GHSA-4xm7-5q79-3fch
reference_type
scores
url https://github.com/advisories/GHSA-4xm7-5q79-3fch
6
reference_url https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-4xm7-5q79-3fch
reference_id GHSA-4xm7-5q79-3fch
reference_type
scores
0
value 9.6
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
1
value CRITICAL
scoring_system generic_textual
scoring_elements
url https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-4xm7-5q79-3fch
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.
3
cwe_id 87
name Improper Neutralization of Alternate XSS Syntax
description The product does not neutralize or incorrectly neutralizes user-controlled input for alternate script syntax.
Exploits
Severity_range_score9.0 - 10.0
Exploitability0.5
Weighted_severity9.0
Risk_score4.5
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-qth5-3ufg-bucx