VYPR
Unrated severityNVD Advisory· Published Dec 6, 2004· Updated Apr 16, 2026

CVE-2004-0618

CVE-2004-0618

Description

A local user can crash FreeBSD 5.1 on Alpha by passing an unaligned memory address as an argument to execve().

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A local user can crash FreeBSD 5.1 on Alpha by passing an unaligned memory address as an argument to execve().

Vulnerability

FreeBSD 5.1-RELEASE on the Alpha processor is vulnerable to a local denial-of-service condition due to an unaligned memory access fault in the execve system call [1]. When the second or third argument to execve points to an unaligned address, the kernel triggers a fatal trap (unaligned access fault) and panics. The IA32 architecture is not affected. Other FreeBSD versions and architectures may also be vulnerable, but the advisory specifically confirms the issue on FreeBSD 5.1-RELEASE/Alpha [1].

Exploitation

An attacker with local shell access can exploit this vulnerability by compiling and executing a small C program that calls execve with an unaligned pointer as the argv or envp argument [1]. For example, passing (int *)(main + 1) as the second argument causes the kernel to attempt an unaligned memory access, leading to a system crash. No special privileges or user interaction beyond executing the program are required.

Impact

Successful exploitation results in a kernel panic, causing an immediate denial of service (system crash) [1]. The system becomes unavailable until rebooted. There is no privilege escalation or data corruption; the impact is limited to availability.

Mitigation

No official patch or fix was disclosed in the available reference [1]. The vulnerability is specific to FreeBSD 5.1-RELEASE/Alpha; users could mitigate the risk by restricting local user access or upgrading to a later FreeBSD release that may have addressed the issue. However, no specific fixed version is mentioned.

AI Insight generated on May 24, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

8
  • FreeBSD/FreeBSD8 versions
    cpe:2.3:o:freebsd:freebsd:4.10:release:*:*:*:*:*:*+ 7 more
    • cpe:2.3:o:freebsd:freebsd:4.10:release:*:*:*:*:*:*
    • cpe:2.3:o:freebsd:freebsd:5.1:*:*:*:*:*:*:*
    • cpe:2.3:o:freebsd:freebsd:5.1:alpha:*:*:*:*:*:*
    • cpe:2.3:o:freebsd:freebsd:5.1:release:*:*:*:*:*:*
    • cpe:2.3:o:freebsd:freebsd:5.1:release_p5:*:*:*:*:*:*
    • cpe:2.3:o:freebsd:freebsd:5.1:releng:*:*:*:*:*:*
    • cpe:2.3:o:freebsd:freebsd:5.2.1:release:*:*:*:*:*:*
    • (no CPE)range: = 5.1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.