CVE-2026-82457
Received
Received - Intake
su-exec Privilege Escalation via Truncated UID/GID
Vulnerability report for CVE-2026-82457, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-29
Last updated on: 2026-08-29
Assigner: VulnCheck
Description
Description
su-exec through 0.3 fails to validate numeric user and group identifiers parsed with strtol before assigning to uid_t and gid_t, allowing truncation of out-of-range values to zero. Attackers can supply large numeric identifiers that truncate to root's identifier, causing su-exec to execute target programs with root privileges instead of intended unprivileged accounts.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| ncopa | su-exec | to 0.3 (inc) |
| ncopa | su-exec | to 0.2 (inc) |
| ncopa | su-exec | to 0.1 (inc) |
| ncopa | su-exec | 0.3 |
| ncopa | su-exec | 0.1 |
| ncopa | su-exec | 0.2 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-681 | When converting from one data type to another, such as long to integer, data can be omitted or translated in a way that produces unexpected values. If the resulting values are used in a sensitive context, then dangerous behaviors may occur. |