An unprivileged attacker can craft a user-space process with a malicious ELF binary containing an out-of-range sh_link field. When root-level dtrace attaches to -- or instruments -- that process (via dtrace -p , pid probes, or USDT), the ELF parser reads heap memory beyond the allocated section cache array without any bounds check. This results in an uninitialized/out-of-bounds heap read that can cause a NULL pointer dereference crash of the dtrace process (DoS), or -- depending on heap layout -- a read-then-use of a garbage pointer controlled by adjacent allocations, providing a foothold toward further exploitation in a privileged context.
References
| Link | Resource |
|---|---|
| https://linux.oracle.com/cve/CVE-2026-35233.html | Vendor Advisory |
Configurations
Configuration 1 (hide)
|
History
05 May 2026, 17:46
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Oracle linux
Oracle |
|
| CPE | cpe:2.3:o:oracle:linux:8:-:*:*:*:*:*:* cpe:2.3:o:oracle:linux:10:0:*:*:*:*:*:* cpe:2.3:o:oracle:linux:9:0:*:*:*:*:*:* |
|
| References | () https://linux.oracle.com/cve/CVE-2026-35233.html - Vendor Advisory |
01 May 2026, 19:16
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-125 |
01 May 2026, 18:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-01 18:16
Updated : 2026-05-05 17:46
NVD link : CVE-2026-35233
Mitre link : CVE-2026-35233
CVE.ORG link : CVE-2026-35233
JSON object : View
Products Affected
oracle
- linux
CWE
CWE-125
Out-of-bounds Read
