Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-z6pn-4bzz-kkg1
Summary
Cross-Site Request Forgery in Apache Wicket
An error in the evaluation of the fetch metadata headers could allow a bypass of the CSRF protection in Apache Wicket.
This issue affects Apache Wicket: from 9.1.0 through 9.16.0, and the milestone releases for the 10.0 series.
Apache Wicket 8.x does not support CSRF protection via the fetch metadata headers and as such is not affected.

Users are recommended to upgrade to version 9.17.0 or 10.0.0, which fixes the issue.
Aliases
0
alias CVE-2024-27439
1
alias GHSA-8vvp-525h-cxf9
Fixed_packages
0
url pkg:maven/org.apache.wicket/wicket@9.17.0
purl pkg:maven/org.apache.wicket/wicket@9.17.0
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.wicket/wicket@9.17.0
1
url pkg:maven/org.apache.wicket/wicket@10.0.0
purl pkg:maven/org.apache.wicket/wicket@10.0.0
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.wicket/wicket@10.0.0
Affected_packages
0
url pkg:maven/org.apache.wicket/wicket@9.1.0
purl pkg:maven/org.apache.wicket/wicket@9.1.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-z6pn-4bzz-kkg1
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.wicket/wicket@9.1.0
1
url pkg:maven/org.apache.wicket/wicket@10.0.0-M1
purl pkg:maven/org.apache.wicket/wicket@10.0.0-M1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-z6pn-4bzz-kkg1
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.wicket/wicket@10.0.0-M1
References
0
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-27439.json
reference_id
reference_type
scores
0
value 8.1
scoring_system cvssv3
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-27439.json
1
reference_url https://api.first.org/data/v1/epss?cve=CVE-2024-27439
reference_id
reference_type
scores
0
value 0.00568
scoring_system epss
scoring_elements 0.68864
published_at 2026-05-30T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2024-27439
2
reference_url https://github.com/apache/wicket
reference_id
reference_type
scores
0
value 6.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/apache/wicket
3
reference_url https://lists.apache.org/thread/o825rvjjtmz3qv21ps5k7m2w9193g1lo
reference_id
reference_type
scores
0
value 6.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-08-22T14:09:05Z/
url https://lists.apache.org/thread/o825rvjjtmz3qv21ps5k7m2w9193g1lo
4
reference_url http://www.openwall.com/lists/oss-security/2024/03/19/2
reference_id
reference_type
scores
0
value 6.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-08-22T14:09:05Z/
url http://www.openwall.com/lists/oss-security/2024/03/19/2
5
reference_url https://bugzilla.redhat.com/show_bug.cgi?id=2270332
reference_id 2270332
reference_type
scores
url https://bugzilla.redhat.com/show_bug.cgi?id=2270332
6
reference_url https://nvd.nist.gov/vuln/detail/CVE-2024-27439
reference_id CVE-2024-27439
reference_type
scores
0
value 6.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2024-27439
7
reference_url https://github.com/advisories/GHSA-8vvp-525h-cxf9
reference_id GHSA-8vvp-525h-cxf9
reference_type
scores
0
value MODERATE
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-8vvp-525h-cxf9
Weaknesses
0
cwe_id 352
name Cross-Site Request Forgery (CSRF)
description The web application does not, or can not, sufficiently verify whether a well-formed, valid, consistent request was intentionally provided by the user who submitted the request.
1
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.
2
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.
3
cwe_id 807
name Reliance on Untrusted Inputs in a Security Decision
description The product uses a protection mechanism that relies on the existence or values of an input, but the input can be modified by an untrusted actor in a way that bypasses the protection mechanism.
4
cwe_id 444
name Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
description The product acts as an intermediary HTTP agent (such as a proxy or firewall) in the data flow between two entities such as a client and server, but it does not interpret malformed HTTP requests or responses in ways that are consistent with how the messages will be processed by those entities that are at the ultimate destination.
Exploits
Severity_range_score4.0 - 8.1
Exploitability0.5
Weighted_severity7.3
Risk_score3.6
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-z6pn-4bzz-kkg1