CVE-2008-1673
HighThe asn1 implementation in (a) the Linux kernel 2.4 before 2.4.36.6 and 2.6 before 2.6.25.5, as used in the cifs and ip_nat_snmp_basic modules; and (b) the gxsnmp package; does not properly validate length values during decoding of ASN.1 BER data, which allows remote attackers to cause a denial of service (crash) or execute arbitrary code via (1) a length greater than the working buffer, which can lead to an unspecified overflow; (2) an oid length of zero, which can lead to an off-by-one error; or (3) an indefinite length for a primitive encoding.
CVSS 2.0 score
10.0
AV:N/AC:L/Au:N/C:C/I:C/A:C
Weakness type
CWE-119CVE-2008-1673 is a Buffer Overflow vulnerability
What is Buffer Overflow?
The product performs operations on a memory buffer but reads or writes outside its intended boundaries. Learn more on MITRE CWE
References
The following references provide additional information about CVE-2008-1673 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
-
-
-
-
-
-
-
-
-
-
Vendor Advisory
-
-
-
-
-
-
-
-
-
-
-
Debian Securityhttp://www.debian.org/security/2008/dsa-1592
-
-
-
-
Securitytrackerhttp://www.securitytracker.com/id?1020210
-
Ubuntu Securityhttp://www.ubuntu.com/usn/usn-625-1
-
-
-
-
-
PatchKernel patch commithttp://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.25.y.git%3Ba=commit%3Bh=33afb8403f361919aa5c8fe1d0a4f5ddbfbbea3c
-
PatchKernel patch commithttp://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3Ba=commit%3Bh=ddb2c43594f22843e9f3153da151deaba1a834c5
-
PatchKernel patch commithttp://www.securityfocus.com/bid/29589
Frequently asked questions
-
What is CVE-2008-1673?
CVE-2008-1673 is a High severity Linux kernel vulnerability with a CVSS score of 10.0 out of 10 , classified as a Buffer Overflow flaw (CWE-119) . CVE-2008-1673 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2008-1673?
CVE-2008-1673 has a CVSS score of 10.0 out of 10, rated High severity (CVSS 2.0). The vector string is
AV:N/AC:L/Au:N/C:C/I:C/A:C. -
Is there a patch available for CVE-2008-1673?
No patch is currently available for CVE-2008-1673. Monitor the NIST NVD and your Linux distribution's security advisories for updates.
-
Is CVE-2008-1673 actively exploited?
No — CVE-2008-1673 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is Buffer Overflow (CWE-119)?
The product performs operations on a memory buffer but reads or writes outside its intended boundaries. View CWE-119 on MITRE CWE →