CVE-2022-48805
published 2024-07-16CVE-2022-48805: In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup ax88179_rx_fixup() contains…
PriorityP341high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
EPSS
0.32%
24.0th percentile
In the Linux kernel, the following vulnerability has been resolved:
net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup
ax88179_rx_fixup() contains several out-of-bounds accesses that can be
triggered by a malicious (or defective) USB device, in particular:
- The metadata array (hdr_off..hdr_off+2*pkt_cnt) can be out of bounds,
causing OOB reads and (on big-endian systems) OOB endianness flips.
- A packet can overlap the metadata array, causing a later OOB
endianness flip to corrupt data used by a cloned SKB that has already
been handed off into the network stack.
- A packet SKB can be constructed whose tail is far beyond its end,
causing out-of-bounds heap data to be considered part of the SKB's
data.
I have tested that this can be used by a malicious USB device to send a
bogus ICMPv6 Echo Request and receive an ICMPv6 Echo Reply in response
that contains random kernel heap data.
It's probably also possible to get OOB writes from this on a
little-endian system somehow - maybe by triggering skb_cow() via IP
options processing -, but I haven't tested that.
Affected
22 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 5.16.10-1 (bookworm) | linux 5.16.10-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= e2ca90c276e1fc410d7cd3c1a4eee245ec902a20 < 711b6bf3fb052f0a6b5b3205d50e30c0c2980382 | 711b6bf3fb052f0a6b5b3205d50e30c0c2980382 |
| linux | linux | >= e2ca90c276e1fc410d7cd3c1a4eee245ec902a20 < 63f0cfb36c1f1964a59ce544156677601e2d8740 | 63f0cfb36c1f1964a59ce544156677601e2d8740 |
| linux | linux | >= e2ca90c276e1fc410d7cd3c1a4eee245ec902a20 < 1668781ed24da43498799aa4f65714a7de201930 | 1668781ed24da43498799aa4f65714a7de201930 |
| linux | linux | >= e2ca90c276e1fc410d7cd3c1a4eee245ec902a20 < a0fd5492ee769029a636f1fb521716b022b1423d | a0fd5492ee769029a636f1fb521716b022b1423d |
| linux | linux | >= e2ca90c276e1fc410d7cd3c1a4eee245ec902a20 < 758290defe93a865a2880d10c5d5abd288b64b5d | 758290defe93a865a2880d10c5d5abd288b64b5d |
| linux | linux | >= e2ca90c276e1fc410d7cd3c1a4eee245ec902a20 < ffd0393adcdcefab7e131488e10dcfde5e02d6eb | ffd0393adcdcefab7e131488e10dcfde5e02d6eb |
| linux | linux | >= e2ca90c276e1fc410d7cd3c1a4eee245ec902a20 < 9681823f96a811268265f35307072ad80713c274 | 9681823f96a811268265f35307072ad80713c274 |
| linux | linux | >= e2ca90c276e1fc410d7cd3c1a4eee245ec902a20 < 57bc3d3ae8c14df3ceb4e17d26ddf9eeab304581 | 57bc3d3ae8c14df3ceb4e17d26ddf9eeab304581 |
| linux | linux_kernel | — | — |
| linux | linux_kernel | >= 0 < 5.10.103-1 | 5.10.103-1 |
| linux | linux_kernel | >= 0 < 5.16.10-1 | 5.16.10-1 |
| linux | linux_kernel | >= 0 < 5.16.10-1 | 5.16.10-1 |
| linux | linux_kernel | >= 0 < 5.16.10-1 | 5.16.10-1 |
| linux | linux_kernel | >= 3.9 < 4.9.303 | 4.9.303 |
| linux | linux_kernel | >= 4.10 < 4.14.268 | 4.14.268 |
| linux | linux_kernel | >= 4.15 < 4.19.231 | 4.19.231 |
| linux | linux_kernel | >= 4.20 < 5.4.180 | 5.4.180 |
| linux | linux_kernel | >= 5.11 < 5.15.24 | 5.15.24 |
| linux | linux_kernel | >= 5.16 < 5.16.10 | 5.16.10 |
| linux | linux_kernel | >= 5.5 < 5.10.101 | 5.10.101 |
CVSS provenance
nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
osv7.8HIGH
vendor_debian7.8HIGH
vendor_redhat7.8HIGH
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-vjq5-pfrc-9vjr: In the Linux kernel, the following vulnerability has been resolved:
net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup
ax88179_rx_fixup(
ghsa_unreviewed·2024-07-16
CVE-2022-48805 [HIGH] CWE-125 GHSA-vjq5-pfrc-9vjr: In the Linux kernel, the following vulnerability has been resolved:
net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup
ax88179_rx_fixup(
In the Linux kernel, the following vulnerability has been resolved:
net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup
ax88179_rx_fixup() contains several out-of-bounds accesses that can be
triggered by a malicious (or defective) USB device, in particular:
- The metadata array (hdr_off..hdr_off+2*pkt_cnt) can be out of bounds,
causing OOB reads and (on big-endian systems) OOB endianness flips.
- A packet can overlap the metadata array, causing a later OOB
endianness flip to corrupt data used by a cloned SKB that has already
been handed off into the network stack.
- A packet SKB can be constructed whose tail is far beyond its end,
causing out-of-bounds heap data to be considered part of the SKB's
data.
I have tested that this can be used by a malicious USB device to send a
b
OSV
CVE-2022-48805: In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup ax88179_rx_fixup()
osv·2024-07-16·CVSS 7.8
CVE-2022-48805 [HIGH] CVE-2022-48805: In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup ax88179_rx_fixup()
In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup ax88179_rx_fixup() contains several out-of-bounds accesses that can be triggered by a malicious (or defective) USB device, in particular: - The metadata array (hdr_off..hdr_off+2*pkt_cnt) can be out of bounds, causing OOB reads and (on big-endian systems) OOB endianness flips. - A packet can overlap the metadata array, causing a later OOB endianness flip to corrupt data used by a cloned SKB that has already been handed off into the network stack. - A packet SKB can be constructed whose tail is far beyond its end, causing out-of-bounds heap data to be considered part of the SKB's data. I have tested that this can be used by a malicious USB device to send a bogus
Red Hat
kernel: net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup
vendor_redhat·2024-07-16·CVSS 7.8
CVE-2022-48805 [HIGH] CWE-125 kernel: net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup
kernel: net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup
In the Linux kernel, the following vulnerability has been resolved:
net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup
ax88179_rx_fixup() contains several out-of-bounds accesses that can be
triggered by a malicious (or defective) USB device, in particular:
- The metadata array (hdr_off..hdr_off+2*pkt_cnt) can be out of bounds,
causing OOB reads and (on big-endian systems) OOB endianness flips.
- A packet can overlap the metadata array, causing a later OOB
endianness flip to corrupt data used by a cloned SKB that has already
been handed off into the network stack.
- A packet SKB can be constructed whose tail is far beyond its end,
causing out-of-bounds heap data to be considered part of the SKB's
data.
I hav
Debian
CVE-2022-48805: linux - In the Linux kernel, the following vulnerability has been resolved: net: usb: a...
vendor_debian·2022·CVSS 7.8
CVE-2022-48805 [HIGH] CVE-2022-48805: linux - In the Linux kernel, the following vulnerability has been resolved: net: usb: a...
In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup ax88179_rx_fixup() contains several out-of-bounds accesses that can be triggered by a malicious (or defective) USB device, in particular: - The metadata array (hdr_off..hdr_off+2*pkt_cnt) can be out of bounds, causing OOB reads and (on big-endian systems) OOB endianness flips. - A packet can overlap the metadata array, causing a later OOB endianness flip to corrupt data used by a cloned SKB that has already been handed off into the network stack. - A packet SKB can be constructed whose tail is far beyond its end, causing out-of-bounds heap data to be considered part of the SKB's data. I have tested that this can be used by a malicious USB device to send a bogus
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://git.kernel.org/stable/c/1668781ed24da43498799aa4f65714a7de201930https://git.kernel.org/stable/c/57bc3d3ae8c14df3ceb4e17d26ddf9eeab304581https://git.kernel.org/stable/c/63f0cfb36c1f1964a59ce544156677601e2d8740https://git.kernel.org/stable/c/711b6bf3fb052f0a6b5b3205d50e30c0c2980382https://git.kernel.org/stable/c/758290defe93a865a2880d10c5d5abd288b64b5dhttps://git.kernel.org/stable/c/9681823f96a811268265f35307072ad80713c274https://git.kernel.org/stable/c/a0fd5492ee769029a636f1fb521716b022b1423dhttps://git.kernel.org/stable/c/ffd0393adcdcefab7e131488e10dcfde5e02d6ebhttps://git.kernel.org/stable/c/1668781ed24da43498799aa4f65714a7de201930https://git.kernel.org/stable/c/57bc3d3ae8c14df3ceb4e17d26ddf9eeab304581https://git.kernel.org/stable/c/63f0cfb36c1f1964a59ce544156677601e2d8740https://git.kernel.org/stable/c/711b6bf3fb052f0a6b5b3205d50e30c0c2980382https://git.kernel.org/stable/c/758290defe93a865a2880d10c5d5abd288b64b5dhttps://git.kernel.org/stable/c/9681823f96a811268265f35307072ad80713c274https://git.kernel.org/stable/c/a0fd5492ee769029a636f1fb521716b022b1423dhttps://git.kernel.org/stable/c/ffd0393adcdcefab7e131488e10dcfde5e02d6eb
2024-07-16
Published