CVE-2026-71378 (GCVE-0-2026-71378)
Vulnerability from cvelistv5
Published
2026-08-31 11:46
Modified
2026-08-31 19:03
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-352 - Cross-Site Request Forgery (CSRF)
Summary
ResourceIsolationRequestCycleListener protects a Wicket application against cross-site request forgery by rejecting requests that a resource isolation policy judges to come from another origin. Its default policy, FetchMetadataResourceIsolationPolicy, was derived from a reference implementation written to guard static resources, and it inherited two allowances that are unsafe when the thing being guarded is an action on a page:
* Every "simple top-level navigation" was allowed. Any GET request carrying Sec-Fetch-Mode: navigate whose Sec-Fetch-Dest was neither object nor embed was allowed, whatever Sec-Fetch-Site said — including cross-site. Wicket invokes component listeners (Link.onClick(), form submits, behaviour callbacks) through ordinary GET navigations, so a page under an attacker's control could navigate the victim's browser to a listener URL and have that listener run inside the victim's authenticated session. Browsers send SameSite=Lax cookies — the effective default when no SameSite attribute is set — on cross-site top-level GET navigations, so the victim's session cookie accompanied the request.
* Sec-Fetch-Site: same-site was allowed unconditionally. That value means the same registrable domain and scheme but a different origin — another subdomain or another port. Any sibling origin could therefore invoke any listener by any method, POST form submits included, and cookies are always sent on same-site requests regardless of SameSite. A hostile sibling origin obtained through a subdomain takeover, through delegated user content, or through an XSS elsewhere on the site could act as the authenticated user.
Users are recommended to upgrade to version 9.24.0 or 10.11.0, which fix the issue.
Affected versions
* Apache Wicket 9.1.0 through 9.23.0
* Apache Wicket 10.0.0 through 10.10.0
Not affected
Any release older than 9.1.0:
* Apache Wicket 8.x (8.0.0 through 8.17.0). The resource isolation classes do not exist in the 8.x line, which offers only the Origin/Referer-based CsrfPreventionRequestCycleListener. No 8.x release requires a fix.
* Apache Wicket 9.0.0. ResourceIsolationRequestCycleListener and FetchMetadataResourceIsolationPolicy were introduced by WICKET-6786 and first shipped in 9.1.0 (released 2020-10-07).
References
| URL | Tags | ||||
|---|---|---|---|---|---|
|
|||||
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Apache Software Foundation | Apache Wicket |
Version: 9.1.0 ≤ 9.23.0 Version: 10.0.0 ≤ 10.10.0 |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2026-08-31T12:16:31.138Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/08/30/5"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-71378",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-31T19:02:35.834858Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-08-31T19:03:03.334Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://repo.maven.apache.org/maven2",
"defaultStatus": "unaffected",
"packageName": "org.apache.wicket:wicket-core",
"product": "Apache Wicket",
"vendor": "Apache Software Foundation",
"versions": [
{
"lessThanOrEqual": "9.23.0",
"status": "affected",
"version": "9.1.0",
"versionType": "semver"
},
{
"lessThanOrEqual": "10.10.0",
"status": "affected",
"version": "10.0.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Darren Carreras"
},
{
"lang": "en",
"type": "finder",
"value": "Andre Kropp (Nexory)"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "ResourceIsolationRequestCycleListener protects a Wicket application against cross-site\u0026nbsp;request forgery by rejecting requests that a resource isolation policy judges to come from another origin. Its default policy, FetchMetadataResourceIsolationPolicy, was derived from\u0026nbsp;a reference implementation written to guard static resources, and it inherited two\u0026nbsp;allowances that are unsafe when the thing being guarded is an action on a page:\u003cbr\u003e\u003col\u003e\u003cli\u003eEvery \"simple top-level navigation\" was allowed. Any GET request carrying\u0026nbsp;Sec-Fetch-Mode: navigate whose Sec-Fetch-Dest was neither object nor embed was\u0026nbsp;allowed, whatever Sec-Fetch-Site said \u2014 including cross-site. Wicket invokes component\u0026nbsp;listeners (Link.onClick(), form submits, behaviour callbacks) through ordinary GET\u0026nbsp;navigations, so a page under an attacker\u0027s control could navigate the victim\u0027s browser to a\u0026nbsp;listener URL and have that listener run inside the victim\u0027s authenticated session. Browsers\u0026nbsp;send SameSite=Lax cookies \u2014 the effective default when no SameSite attribute is set \u2014 on\u0026nbsp;cross-site top-level GET navigations, so the victim\u0027s session cookie accompanied the\u0026nbsp;request.\u003c/li\u003e\u003cli\u003eSec-Fetch-Site: same-site was allowed unconditionally. That value means the same\u0026nbsp;registrable domain and scheme but a different origin \u2014 another subdomain or another\u0026nbsp;port. Any sibling origin could therefore invoke any listener by any method, POST form\u0026nbsp;submits included, and cookies are always sent on same-site requests regardless of\u0026nbsp;SameSite. A hostile sibling origin obtained through a subdomain takeover, through\u0026nbsp;delegated user content, or through an XSS elsewhere on the site could act as the\u0026nbsp;authenticated user.\u003c/li\u003e\u003c/ol\u003eUsers are recommended to upgrade to version 9.24.0 or 10.11.0, which fix the issue.\u003cbr\u003e\u003ch2\u003e\u003cspan\u003eAffected versions\u003c/span\u003e\u003c/h2\u003e\n\n\u003cul\u003e\u003cli\u003e\u003cspan\u003eApache Wicket 9.1.0 through 9.23.0\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eApache Wicket 10.0.0 through 10.10.0\u003c/span\u003e\u003c/li\u003e\u003c/ul\u003e\n\u003ch2\u003e\u003cspan\u003eNot affected\u003c/span\u003e\u003c/h2\u003e\n\n\u003cspan\u003e\u003cspan\u003eAny release older than 9.1.0:\u003c/span\u003e\u003cbr\u003e\u003cul\u003e\u003cli\u003e\u003cspan\u003eApache Wicket 8.x (8.0.0 through 8.17.0). The resource isolation classes do not exist in\u003c/span\u003e\u003cspan\u003e\u0026nbsp;the 8.x line, which offers only the Origin/Referer-based\u003c/span\u003e\u003cspan\u003e\u0026nbsp;CsrfPreventionRequestCycleListener. \u003c/span\u003e\u003cspan\u003eNo 8.x release requires a fix.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eApache Wicket 9.0.0. ResourceIsolationRequestCycleListener\u003c/span\u003e\u003cspan\u003e\u0026nbsp;and FetchMetadataResourceIsolationPolicy were introduced by WICKET-6786 and first shipped\u003c/span\u003e\u003cspan\u003e\u0026nbsp;in 9.1.0 (released 2020-10-07).\u003c/span\u003e\u003c/li\u003e\u003c/ul\u003e\u003c/span\u003e"
}
],
"value": "ResourceIsolationRequestCycleListener protects a Wicket application against cross-site\u00a0request forgery by rejecting requests that a resource isolation policy judges to come from another origin. Its default policy, FetchMetadataResourceIsolationPolicy, was derived from\u00a0a reference implementation written to guard static resources, and it inherited two\u00a0allowances that are unsafe when the thing being guarded is an action on a page:\n * Every \"simple top-level navigation\" was allowed. Any GET request carrying\u00a0Sec-Fetch-Mode: navigate whose Sec-Fetch-Dest was neither object nor embed was\u00a0allowed, whatever Sec-Fetch-Site said \u2014 including cross-site. Wicket invokes component\u00a0listeners (Link.onClick(), form submits, behaviour callbacks) through ordinary GET\u00a0navigations, so a page under an attacker\u0027s control could navigate the victim\u0027s browser to a\u00a0listener URL and have that listener run inside the victim\u0027s authenticated session. Browsers\u00a0send SameSite=Lax cookies \u2014 the effective default when no SameSite attribute is set \u2014 on\u00a0cross-site top-level GET navigations, so the victim\u0027s session cookie accompanied the\u00a0request.\n * Sec-Fetch-Site: same-site was allowed unconditionally. That value means the same\u00a0registrable domain and scheme but a different origin \u2014 another subdomain or another\u00a0port. Any sibling origin could therefore invoke any listener by any method, POST form\u00a0submits included, and cookies are always sent on same-site requests regardless of\u00a0SameSite. A hostile sibling origin obtained through a subdomain takeover, through\u00a0delegated user content, or through an XSS elsewhere on the site could act as the\u00a0authenticated user.\nUsers are recommended to upgrade to version 9.24.0 or 10.11.0, which fix the issue.\nAffected versions\n\n * Apache Wicket 9.1.0 through 9.23.0\n * Apache Wicket 10.0.0 through 10.10.0\n\n\n\nNot affected\n\nAny release older than 9.1.0:\n * Apache Wicket 8.x (8.0.0 through 8.17.0). The resource isolation classes do not exist in\u00a0the 8.x line, which offers only the Origin/Referer-based\u00a0CsrfPreventionRequestCycleListener. No 8.x release requires a fix.\n * Apache Wicket 9.0.0. ResourceIsolationRequestCycleListener\u00a0and FetchMetadataResourceIsolationPolicy were introduced by WICKET-6786 and first shipped\u00a0in 9.1.0 (released 2020-10-07)."
}
],
"metrics": [
{
"other": {
"content": {
"text": "moderate"
},
"type": "Textual description of severity"
},
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-352",
"description": "CWE-352 Cross-Site Request Forgery (CSRF)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-31T11:46:27.806Z",
"orgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"shortName": "apache"
},
"references": [
{
"tags": [
"vendor-advisory"
],
"url": "https://lists.apache.org/thread/42d22kyz38td5zkqybw9fwdrvyfd5y62"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Apache Wicket: Cross-Site Request Forgery (CSRF) protection bypass in ResourceIsolationRequestCycleListener",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"assignerShortName": "apache",
"cveId": "CVE-2026-71378",
"datePublished": "2026-08-31T11:46:27.806Z",
"dateReserved": "2026-08-06T08:09:48.751Z",
"dateUpdated": "2026-08-31T19:03:03.334Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/08/30/5\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-08-31T12:16:31.138Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.6, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-71378\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-08-31T19:02:35.834858Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-08-31T19:02:58.904Z\"}}], \"cna\": {\"title\": \"Apache Wicket: Cross-Site Request Forgery (CSRF) protection bypass in ResourceIsolationRequestCycleListener\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Darren Carreras\"}, {\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Andre Kropp (Nexory)\"}], \"metrics\": [{\"other\": {\"type\": \"Textual description of severity\", \"content\": {\"text\": \"moderate\"}}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"vendor\": \"Apache Software Foundation\", \"product\": \"Apache Wicket\", \"versions\": [{\"status\": \"affected\", \"version\": \"9.1.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"9.23.0\"}, {\"status\": \"affected\", \"version\": \"10.0.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"10.10.0\"}], \"packageName\": \"org.apache.wicket:wicket-core\", \"collectionURL\": \"https://repo.maven.apache.org/maven2\", \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://lists.apache.org/thread/42d22kyz38td5zkqybw9fwdrvyfd5y62\", \"tags\": [\"vendor-advisory\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"ResourceIsolationRequestCycleListener protects a Wicket application against cross-site\\u00a0request forgery by rejecting requests that a resource isolation policy judges to come from another origin. Its default policy, FetchMetadataResourceIsolationPolicy, was derived from\\u00a0a reference implementation written to guard static resources, and it inherited two\\u00a0allowances that are unsafe when the thing being guarded is an action on a page:\\n * Every \\\"simple top-level navigation\\\" was allowed. Any GET request carrying\\u00a0Sec-Fetch-Mode: navigate whose Sec-Fetch-Dest was neither object nor embed was\\u00a0allowed, whatever Sec-Fetch-Site said \\u2014 including cross-site. Wicket invokes component\\u00a0listeners (Link.onClick(), form submits, behaviour callbacks) through ordinary GET\\u00a0navigations, so a page under an attacker\u0027s control could navigate the victim\u0027s browser to a\\u00a0listener URL and have that listener run inside the victim\u0027s authenticated session. Browsers\\u00a0send SameSite=Lax cookies \\u2014 the effective default when no SameSite attribute is set \\u2014 on\\u00a0cross-site top-level GET navigations, so the victim\u0027s session cookie accompanied the\\u00a0request.\\n * Sec-Fetch-Site: same-site was allowed unconditionally. That value means the same\\u00a0registrable domain and scheme but a different origin \\u2014 another subdomain or another\\u00a0port. Any sibling origin could therefore invoke any listener by any method, POST form\\u00a0submits included, and cookies are always sent on same-site requests regardless of\\u00a0SameSite. A hostile sibling origin obtained through a subdomain takeover, through\\u00a0delegated user content, or through an XSS elsewhere on the site could act as the\\u00a0authenticated user.\\nUsers are recommended to upgrade to version 9.24.0 or 10.11.0, which fix the issue.\\nAffected versions\\n\\n * Apache Wicket 9.1.0 through 9.23.0\\n * Apache Wicket 10.0.0 through 10.10.0\\n\\n\\n\\nNot affected\\n\\nAny release older than 9.1.0:\\n * Apache Wicket 8.x (8.0.0 through 8.17.0). The resource isolation classes do not exist in\\u00a0the 8.x line, which offers only the Origin/Referer-based\\u00a0CsrfPreventionRequestCycleListener. No 8.x release requires a fix.\\n * Apache Wicket 9.0.0. ResourceIsolationRequestCycleListener\\u00a0and FetchMetadataResourceIsolationPolicy were introduced by WICKET-6786 and first shipped\\u00a0in 9.1.0 (released 2020-10-07).\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"ResourceIsolationRequestCycleListener protects a Wicket application against cross-site\u0026nbsp;request forgery by rejecting requests that a resource isolation policy judges to come from another origin. Its default policy, FetchMetadataResourceIsolationPolicy, was derived from\u0026nbsp;a reference implementation written to guard static resources, and it inherited two\u0026nbsp;allowances that are unsafe when the thing being guarded is an action on a page:\u003cbr\u003e\u003col\u003e\u003cli\u003eEvery \\\"simple top-level navigation\\\" was allowed. Any GET request carrying\u0026nbsp;Sec-Fetch-Mode: navigate whose Sec-Fetch-Dest was neither object nor embed was\u0026nbsp;allowed, whatever Sec-Fetch-Site said \\u2014 including cross-site. Wicket invokes component\u0026nbsp;listeners (Link.onClick(), form submits, behaviour callbacks) through ordinary GET\u0026nbsp;navigations, so a page under an attacker\u0027s control could navigate the victim\u0027s browser to a\u0026nbsp;listener URL and have that listener run inside the victim\u0027s authenticated session. Browsers\u0026nbsp;send SameSite=Lax cookies \\u2014 the effective default when no SameSite attribute is set \\u2014 on\u0026nbsp;cross-site top-level GET navigations, so the victim\u0027s session cookie accompanied the\u0026nbsp;request.\u003c/li\u003e\u003cli\u003eSec-Fetch-Site: same-site was allowed unconditionally. That value means the same\u0026nbsp;registrable domain and scheme but a different origin \\u2014 another subdomain or another\u0026nbsp;port. Any sibling origin could therefore invoke any listener by any method, POST form\u0026nbsp;submits included, and cookies are always sent on same-site requests regardless of\u0026nbsp;SameSite. A hostile sibling origin obtained through a subdomain takeover, through\u0026nbsp;delegated user content, or through an XSS elsewhere on the site could act as the\u0026nbsp;authenticated user.\u003c/li\u003e\u003c/ol\u003eUsers are recommended to upgrade to version 9.24.0 or 10.11.0, which fix the issue.\u003cbr\u003e\u003ch2\u003e\u003cspan\u003eAffected versions\u003c/span\u003e\u003c/h2\u003e\\n\\n\u003cul\u003e\u003cli\u003e\u003cspan\u003eApache Wicket 9.1.0 through 9.23.0\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eApache Wicket 10.0.0 through 10.10.0\u003c/span\u003e\u003c/li\u003e\u003c/ul\u003e\\n\u003ch2\u003e\u003cspan\u003eNot affected\u003c/span\u003e\u003c/h2\u003e\\n\\n\u003cspan\u003e\u003cspan\u003eAny release older than 9.1.0:\u003c/span\u003e\u003cbr\u003e\u003cul\u003e\u003cli\u003e\u003cspan\u003eApache Wicket 8.x (8.0.0 through 8.17.0). The resource isolation classes do not exist in\u003c/span\u003e\u003cspan\u003e\u0026nbsp;the 8.x line, which offers only the Origin/Referer-based\u003c/span\u003e\u003cspan\u003e\u0026nbsp;CsrfPreventionRequestCycleListener. \u003c/span\u003e\u003cspan\u003eNo 8.x release requires a fix.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eApache Wicket 9.0.0. ResourceIsolationRequestCycleListener\u003c/span\u003e\u003cspan\u003e\u0026nbsp;and FetchMetadataResourceIsolationPolicy were introduced by WICKET-6786 and first shipped\u003c/span\u003e\u003cspan\u003e\u0026nbsp;in 9.1.0 (released 2020-10-07).\u003c/span\u003e\u003c/li\u003e\u003c/ul\u003e\u003c/span\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-352\", \"description\": \"CWE-352 Cross-Site Request Forgery (CSRF)\"}]}], \"providerMetadata\": {\"orgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"shortName\": \"apache\", \"dateUpdated\": \"2026-08-31T11:46:27.806Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-71378\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-31T19:03:03.334Z\", \"dateReserved\": \"2026-08-06T08:09:48.751Z\", \"assignerOrgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"datePublished\": \"2026-08-31T11:46:27.806Z\", \"assignerShortName\": \"apache\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…