Cyber Resilience

CVE-2026-49414

Freebsd 14.3 … 15.0

Published
27 June 2026
Modified
01 July 2026
Patch / advisory
CVSS Score v3.1 7.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0011 1th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-49414 is a high-severity Incorrect Behavior Order: Early Validation (CWE-179) vulnerability in Freebsd Freebsd. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

The ELF image activator cleared per-process ASLR preference flags for setuid binaries after the code that computes the PIE base address, rather than before. As a result, a user-requested ASLR disable was still in effect at the point where the…

more

base address was chosen. An unprivileged local user can disable ASLR for a setuid PIE binary by calling procctl(2) before execve(2). This makes exploitation of any separate memory corruption vulnerability in that binary significantly easier.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-49416Same product: Freebsd Freebsd
CVE-2023-4809Same product: Freebsd Freebsd
CVE-2024-6759Same product: Freebsd Freebsd
CVE-2026-45252Same product: Freebsd Freebsd
CVE-2025-14558Same product: Freebsd Freebsd
CVE-2026-5398Same product: Freebsd Freebsd
CVE-2026-4747Same product: Freebsd Freebsd
CVE-2026-39457Same product: Freebsd Freebsd
CVE-2023-0751Same product: Freebsd Freebsd
CVE-2026-42512Same product: Freebsd Freebsd

Affected Assets

freebsd
freebsd
14.3, 14.4, 15.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.3.6
  • V1.3.8
  • V2.2.1
  • V3.7.2

Mitigating Controls (NIST 800-53 r5) AI

Requiring validation of information inputs after canonicalization or sanitization directly stops the incorrect ordering that lets modified dangerous data bypass checks.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

RS.AN-03 none match
degrades

CWE-179 is a coding flaw enabling input-validation bypasses; it neither impairs post-incident forensic/root-cause processes (RS.AN-03) nor is itself mitigated or exposed by those processes.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect early-validation flaws but does not inherently prevent them in design.

prevents

Secure development life cycle mandates validation after canonicalization or sanitization, directly preventing early-validation bypasses.

prevents

Application security requirements include input validation rules that must be applied after protective transformations.

prevents

Secure architecture principles discourage unsafe ordering of validation and sanitization steps.

prevents

Secure coding standards explicitly require canonicalization before validation to avoid CWE-179.

References