CVE-2026-23409
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/04/2026
Last modified:
24/04/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
apparmor: fix differential encoding verification<br />
<br />
Differential encoding allows loops to be created if it is abused. To<br />
prevent this the unpack should verify that a diff-encode chain<br />
terminates.<br />
<br />
Unfortunately the differential encode verification had two bugs.<br />
<br />
1. it conflated states that had gone through check and already been<br />
marked, with states that were currently being checked and marked.<br />
This means that loops in the current chain being verified are treated<br />
as a chain that has already been verified.<br />
<br />
2. the order bailout on already checked states compared current chain<br />
check iterators j,k instead of using the outer loop iterator i.<br />
Meaning a step backwards in states in the current chain verification<br />
was being mistaken for moving to an already verified state.<br />
<br />
Move to a double mark scheme where already verified states get a<br />
different mark, than the current chain being kept. This enables us<br />
to also drop the backwards verification check that was the cause of<br />
the second error as any already verified state is already marked.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.17.1 (including) | 5.10.253 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (including) | 5.15.203 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.1.169 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.130 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.77 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.18 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.8 (excluding) |
| cpe:2.3:o:linux:linux_kernel:4.17:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/0fab44285445e9012674396d5c1236a67da518e0
- https://git.kernel.org/stable/c/1439150cd3c411228b387ab5efca92199d2a659a
- https://git.kernel.org/stable/c/1ff4857fac56ac5a90ee63b24db05fa5e91a45aa
- https://git.kernel.org/stable/c/34fc60b125ed1d4eb002c76b0664bf0619492167
- https://git.kernel.org/stable/c/39440b137546a3aa383cfdabc605fb73811b6093
- https://git.kernel.org/stable/c/623a9d211bbbb031bb1cbdb38b23487648167f8a
- https://git.kernel.org/stable/c/f90e3ecd9e1ed69f1a370f866ceed1f104f3ab4a
- https://git.kernel.org/stable/c/ff7c73744fafe944ed9a7b2b7cf6c8d5557a3d84



