mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
96 lines
4.0 KiB
JSON
96 lines
4.0 KiB
JSON
{
|
|
"data_version": "4.0",
|
|
"data_type": "CVE",
|
|
"data_format": "MITRE",
|
|
"CVE_data_meta": {
|
|
"ID": "CVE-2025-32431",
|
|
"ASSIGNER": "security-advisories@github.com",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Traefik (pronounced traffic) is an HTTP reverse proxy and load balancer. In versions prior to 2.11.24, 3.3.6, and 3.4.0-rc2. There is a potential vulnerability in Traefik managing the requests using a PathPrefix, Path or PathRegex matcher. When Traefik is configured to route the requests to a backend using a matcher based on the path, if the URL contains a /../ in its path, it\u2019s possible to target a backend, exposed using another router, by-passing the middlewares chain. This issue has been patched in versions 2.11.24, 3.3.6, and 3.4.0-rc2. A workaround involves adding a `PathRegexp` rule to the matcher to prevent matching a route with a `/../` in the path."
|
|
}
|
|
]
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')",
|
|
"cweId": "CWE-22"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"vendor_name": "traefik",
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "traefik",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_affected": "=",
|
|
"version_value": "< 2.11.24"
|
|
},
|
|
{
|
|
"version_affected": "=",
|
|
"version_value": "< 3.3.6"
|
|
},
|
|
{
|
|
"version_affected": "=",
|
|
"version_value": ">= 3.4.0-rc1, < 3.4.0-rc2"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-6p68-w45g-48j7",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/traefik/traefik/security/advisories/GHSA-6p68-w45g-48j7"
|
|
},
|
|
{
|
|
"url": "https://github.com/traefik/traefik/pull/11684",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/traefik/traefik/pull/11684"
|
|
},
|
|
{
|
|
"url": "https://github.com/traefik/traefik/releases/tag/v2.11.24",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/traefik/traefik/releases/tag/v2.11.24"
|
|
},
|
|
{
|
|
"url": "https://github.com/traefik/traefik/releases/tag/v3.3.6",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/traefik/traefik/releases/tag/v3.3.6"
|
|
},
|
|
{
|
|
"url": "https://github.com/traefik/traefik/releases/tag/v3.4.0-rc2",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/traefik/traefik/releases/tag/v3.4.0-rc2"
|
|
}
|
|
]
|
|
},
|
|
"source": {
|
|
"advisory": "GHSA-6p68-w45g-48j7",
|
|
"discovery": "UNKNOWN"
|
|
}
|
|
} |