CVE-2026-82457 PUBLISHED

su-exec through 0.3 Privilege Escalation via Numeric User ID

Assigner: VulnCheck
Reserved: 29.08.2026 Published: 29.08.2026 Updated: 29.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.5

Product Status

Vendor ncopa
Product su-exec
Versions Default: unaffected
  • affected from 0 to 0.3 (incl.)

Credits

  • Ali Firas reporter

References

Problem Types

  • Incorrect Conversion between Numeric Types CWE