CVE-2025-21743
Vulnerability from cvelistv5
Published
2025-02-27 02:12
Modified
2025-02-27 02:12
Severity ?
EPSS score ?
Summary
In the Linux kernel, the following vulnerability has been resolved:
usbnet: ipheth: fix possible overflow in DPE length check
Originally, it was possible for the DPE length check to overflow if
wDatagramIndex + wDatagramLength > U16_MAX. This could lead to an OoB
read.
Move the wDatagramIndex term to the other side of the inequality.
An existing condition ensures that wDatagramIndex < urb->actual_length.
References
Impacted products
{ "containers": { "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "Linux", "programFiles": [ "drivers/net/usb/ipheth.c" ], "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "vendor": "Linux", "versions": [ { "lessThan": "18bf6f5cce3172cb303c3f0551aa9443d5ed74f8", "status": "affected", "version": "a2d274c62e44b1995c170595db3865c6fe701226", "versionType": "git" }, { "lessThan": "d677e7dd59ad6837496f5a02d8e5d39824278dfd", "status": "affected", "version": "a2d274c62e44b1995c170595db3865c6fe701226", "versionType": "git" }, { "lessThan": "d824a964185910e317287f034c0a439c08b4fe49", "status": "affected", "version": "a2d274c62e44b1995c170595db3865c6fe701226", "versionType": "git" }, { "lessThan": "c219427ed296f94bb4b91d08626776dc7719ee27", "status": "affected", "version": "a2d274c62e44b1995c170595db3865c6fe701226", "versionType": "git" } ] }, { "defaultStatus": "affected", "product": "Linux", "programFiles": [ "drivers/net/usb/ipheth.c" ], "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "vendor": "Linux", "versions": [ { "status": "affected", "version": "6.5" }, { "lessThan": "6.5", "status": "unaffected", "version": "0", "versionType": "semver" }, { "lessThanOrEqual": "6.6.*", "status": "unaffected", "version": "6.6.78", "versionType": "semver" }, { "lessThanOrEqual": "6.12.*", "status": "unaffected", "version": "6.12.14", "versionType": "semver" }, { "lessThanOrEqual": "6.13.*", "status": "unaffected", "version": "6.13.3", "versionType": "semver" }, { "lessThanOrEqual": "*", "status": "unaffected", "version": "6.14-rc1", "versionType": "original_commit_for_fix" } ] } ], "descriptions": [ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nusbnet: ipheth: fix possible overflow in DPE length check\n\nOriginally, it was possible for the DPE length check to overflow if\nwDatagramIndex + wDatagramLength \u003e U16_MAX. This could lead to an OoB\nread.\n\nMove the wDatagramIndex term to the other side of the inequality.\n\nAn existing condition ensures that wDatagramIndex \u003c urb-\u003eactual_length." } ], "providerMetadata": { "dateUpdated": "2025-02-27T02:12:16.696Z", "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "shortName": "Linux" }, "references": [ { "url": "https://git.kernel.org/stable/c/18bf6f5cce3172cb303c3f0551aa9443d5ed74f8" }, { "url": "https://git.kernel.org/stable/c/d677e7dd59ad6837496f5a02d8e5d39824278dfd" }, { "url": "https://git.kernel.org/stable/c/d824a964185910e317287f034c0a439c08b4fe49" }, { "url": "https://git.kernel.org/stable/c/c219427ed296f94bb4b91d08626776dc7719ee27" } ], "title": "usbnet: ipheth: fix possible overflow in DPE length check", "x_generator": { "engine": "bippy-5f407fcff5a0" } } }, "cveMetadata": { "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "assignerShortName": "Linux", "cveId": "CVE-2025-21743", "datePublished": "2025-02-27T02:12:16.696Z", "dateReserved": "2024-12-29T08:45:45.757Z", "dateUpdated": "2025-02-27T02:12:16.696Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2025-21743\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-02-27T03:15:14.933\",\"lastModified\":\"2025-02-27T03:15:14.933\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nusbnet: ipheth: fix possible overflow in DPE length check\\n\\nOriginally, it was possible for the DPE length check to overflow if\\nwDatagramIndex + wDatagramLength \u003e U16_MAX. This could lead to an OoB\\nread.\\n\\nMove the wDatagramIndex term to the other side of the inequality.\\n\\nAn existing condition ensures that wDatagramIndex \u003c urb-\u003eactual_length.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/18bf6f5cce3172cb303c3f0551aa9443d5ed74f8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c219427ed296f94bb4b91d08626776dc7719ee27\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d677e7dd59ad6837496f5a02d8e5d39824278dfd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d824a964185910e317287f034c0a439c08b4fe49\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}" } }
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.
- 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.