CVE-2026-74726

Source
https://cve.org/CVERecord?id=CVE-2026-74726
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74726.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74726
Downstream
Published
2026-08-22T15:33:17.128Z
Modified
2026-08-23T03:53:41.253085059Z
Summary
bonding: alb: re-check primary_is_promisc under RTNL in bond_alb_monitor
Details

In the Linux kernel, the following vulnerability has been resolved:

bonding: alb: re-check primaryispromisc under RTNL in bondalbmonitor

bondalbmonitor() reads primaryispromisc under RCU, then drops RCU and takes RTNL via rtnltrylock() before undoing the promiscuity it set on the active slave. In that window the active slave can change under RTNL (RTMDELLINK -> _bondreleaseone() -> bondalbhandleactivechange()), which already drops the promiscuity and clears primaryispromisc. The monitor still acts on the stale decision: if the slave was removed with no failover, curractiveslave is now NULL and the deref faults; if it failed over, the stale devsetpromiscuity(-1) underflows the new slave's promiscuity counter and pins it in IFFPROMISC.

Oops: general protection fault, probably for non-canonical address ... KASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007] Workqueue: b42 bondalbmonitor RIP: 0010:bondalbmonitor (drivers/net/bonding/bondalb.c:1600) processonework (kernel/workqueue.c:3322) workerthread (kernel/workqueue.c:3486) kthread (kernel/kthread.c:436) retfromfork (arch/x86/kernel/process.c:158) Kernel panic - not syncing: Fatal exception

Re-check primaryispromisc (and curractiveslave) after taking RTNL so the monitor only undoes an increment it still owns. The other bonding monitors already re-read state under RTNL in their commit phase (bondmiimoncommit/bondabarpcommit); bondalb_monitor() was the only one acting on the pre-trylock decision.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74726.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d0e81b7e2246a41d068ecaf15aac9de570816d63
Fixed
f7668762bf5fd6db9397de5c0514407489d9d815
Fixed
09add8d5cfa9c46828f51eaad162c36e86366b71
Fixed
b82f51681a7a88c7d3c865e817a3340d42b5fa2a
Fixed
dd148539fb4741d01c06b7d2c8bd84b01920756c
Fixed
dccec0227ed8d9e36936d66e256b957dc2858468
Fixed
2faf75a8a06504071b4c0aea7e45a9cc49a4e187
Fixed
257c4a3a34d8f51efb00f35375a0c6ce3c8f6ce2
Fixed
683c6ba6e58e6ed1037831ea97dd58d9c0e76b8d

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74726.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.24
Fixed
5.10.265
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.216
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.183
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.152
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.104
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.45
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.9

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74726.json"