VYPR
Unrated severityNVD Advisory· Published Oct 12, 2005· Updated Jun 16, 2026

CVE-2005-3180

CVE-2005-3180

Description

The Orinoco driver (orinoco.c) in Linux kernel 2.6.13 and earlier does not properly clear memory from a previously used packet whose length is increased, which allows remote attackers to obtain sensitive information.

AI Insight

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

Affected products

2

Patches

Vulnerability mechanics

Root cause

"The Orinoco driver pads Ethernet frames with uninitialized memory, leaking sensitive kernel data in transmitted packets."

Attack vector

An attacker sends ARP requests (e.g., using `arping(8)`) to a target system running a vulnerable Orinoco driver. The driver pads the Ethernet frame with uninitialized memory, causing the ARP reply to contain fragments of kernel memory that may include sensitive information such as file names or shell output. The attack is remote, requires no authentication, and has low complexity [ref_id=1][ref_id=2].

Affected code

The vulnerability resides in the Orinoco wireless driver (`orinoco.c`) in the Linux kernel up to version 2.6.13. When Ethernet frames are padded with uninitialized data, sensitive kernel memory contents are leaked into transmitted packets [ref_id=1][ref_id=2].

What the fix does

The patch, incorporated into Linux 2.6.13.4, ensures that memory used for padding Ethernet frames is properly cleared (zeroed) before transmission. By initializing the padding area, the driver no longer leaks stale kernel memory contents in outgoing packets, closing the information disclosure channel [ref_id=1][ref_id=2].

Preconditions

  • configTarget must be running a Linux kernel with the vulnerable Orinoco driver (up to 2.6.13).
  • networkAttacker must be able to send ARP requests to the target over the wireless network.

Generated on Jun 16, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

30

News mentions

0

No linked articles in our index yet.