CVE-2026-80761
Last modified
CVE-2026-80761 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: zero the sockaddr before returning it in getname iso_sock_getname() fills a struct sockaddr_iso in place and returns its size without clearing it first, so bytes it does not write are copied to user space from the kernel stack. The getsockname(2) and getpeername(2) paths both run through do_getsockname(), which hands getname() an uninitialized sockaddr_storage on the stack and copies back up to the number of bytes getname() returns, so the driver has to initialize every byte it accounts for. Two ranges are left uninitialized: - struct sockaddr_iso is 10 bytes but only 9 are written (family, iso_bdaddr, iso_bdaddr_type), leaking the trailing pad byte on every call. - for a broadcast peer (BIS_LINK or PA_LINK) the returned length grows by sizeof(struct sockaddr_iso_bc), but only bc_sid, bc_num_bis and bc_bis are filled; bc_bdaddr and bc_bdaddr_type, the first 7 bytes of that structure, are never written. An unprivileged process can open a BTPROTO_ISO socket and reach the pad leak with getsockname(); the broadcast leak needs an established BIS/PA connection.
Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: zero the sockaddr before returning it in getname iso_sock_getname() fills a struct sockaddr_iso in place and returns its size without clearing it first, so bytes it does not write are copied to user space from the kernel stack. The getsockname(2) and getpeername(2) paths both run through do_getsockname(), which hands getname() an uninitialized sockaddr_storage on the stack and copies back up to the number of bytes getname() returns, so the driver has to initialize every byte it accounts for. Two ranges are left uninitialized: - struct sockaddr_iso is 10 bytes but only 9 are written (family, iso_bdaddr, iso_bdaddr_type), leaking the trailing pad byte on every call. - for a broadcast peer (BIS_LINK or PA_LINK) the returned length grows by sizeof(struct sockaddr_iso_bc), but only bc_sid, bc_num_bis and bc_bis are filled; bc_bdaddr and bc_bdaddr_type, the first 7 bytes of that structure, are never written. An unprivileged process can open a BTPROTO_ISO socket and reach the pad leak with getsockname(); the broadcast leak needs an established BIS/PA connection. l2cap and rfcomm already memset their sockaddr in getname for the same reason; do the same here.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ccf74f2390d60a2f9a75ef496d2564abb478f46a, < 1f6d1f2611af0eb36b133a41d29ffd2cc2601615; >= ccf74f2390d60a2f9a75ef496d2564abb478f46a, < 9069be87c67f290783b332c4284e09fb89cb9ea7; >= ccf74f2390d60a2f9a75ef496d2564abb478f46a, < 190b719b787eb4ca6c25b12fab224806f9108b06; >= ccf74f2390d60a2f9a75ef496d2564abb478f46a, < 884cf2cc957da7ac178a0e6c6c69ddfec0481cc8 |
| Linux | Linux | 6.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80761?
How severe is CVE-2026-80761?
How do I fix CVE-2026-80761?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-80756In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80757In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80758In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80759In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8076Weak credentials in the CashDro 3 web administration panel, …9.3
- CVE-2026-80760In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80762In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80763In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80764In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80765In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80766In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80767In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80761?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
