CVE-2005-3181

Low

The audit system in Linux kernel 2.6.6, and other versions before 2.6.13.4, when CONFIG_AUDITSYSCALL is enabled, uses an incorrect function to free names_cache memory, which prevents the memory from being tracked by AUDITSYSCALL code and leads to a memory leak that allows attackers to cause a denial of service (memory consumption).

Package Linux Kernel
Published 2005-10-12
Last modified 2026-04-16
CVSS version 2.0
Patch available
Awaiting data

CVSS 2.0 score

2.1

out of 10
Low
Attack Vector
Local
Attack Complexity
Low
Privileges Required
User Interaction
Scope
Confidentiality
Low
Integrity
None
Availability
Vector string
AV:L/AC:L/Au:N/C:N/I:N/A:P

Weakness type

CWE-401

CVE-2005-3181 is a Memory Leak vulnerability

What is Memory Leak?

The product does not release memory after use, causing gradual resource exhaustion. Learn more on MITRE CWE

References

The following references provide additional information about CVE-2005-3181 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.

Frequently asked questions

  • What is CVE-2005-3181?

    CVE-2005-3181 is a Low severity Linux kernel vulnerability with a CVSS score of 2.1 out of 10 , classified as a Memory Leak flaw (CWE-401) . CVE-2005-3181 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.

  • What is the CVSS score for CVE-2005-3181?

    CVE-2005-3181 has a CVSS score of 2.1 out of 10, rated Low severity (CVSS 2.0). The vector string is AV:L/AC:L/Au:N/C:N/I:N/A:P .

  • Is there a patch available for CVE-2005-3181?

    No patch is currently available for CVE-2005-3181. Monitor the NIST NVD and your Linux distribution's security advisories for updates.

  • Is CVE-2005-3181 actively exploited?

    No — CVE-2005-3181 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.

  • What is Memory Leak (CWE-401)?

    The product does not release memory after use, causing gradual resource exhaustion. View CWE-401 on MITRE CWE →