2023-04-24 12:24:31 +02:00
{
"id" : "CVE-2005-3274" ,
"sourceIdentifier" : "cve@mitre.org" ,
"published" : "2005-10-21T01:02:00.000" ,
2024-11-21 23:11:37 +00:00
"lastModified" : "2024-11-21T00:01:30.190" ,
"vulnStatus" : "Modified" ,
2024-12-08 03:06:42 +00:00
"cveTags" : [ ] ,
2023-04-24 12:24:31 +02:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "Race condition in ip_vs_conn_flush in Linux 2.6 before 2.6.13 and 2.4 before 2.4.32-pre2, when running on SMP systems, allows local users to cause a denial of service (null dereference) by causing a connection timer to expire while the connection table is being flushed before the appropriate lock is acquired."
}
] ,
"metrics" : {
2024-01-21 03:00:29 +00:00
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H" ,
2024-11-21 23:11:37 +00:00
"baseScore" : 4.7 ,
"baseSeverity" : "MEDIUM" ,
2024-01-21 03:00:29 +00:00
"attackVector" : "LOCAL" ,
"attackComplexity" : "HIGH" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
2024-11-21 23:11:37 +00:00
"availabilityImpact" : "HIGH"
2024-01-21 03:00:29 +00:00
} ,
"exploitabilityScore" : 1.0 ,
"impactScore" : 3.6
}
] ,
2023-04-24 12:24:31 +02:00
"cvssMetricV2" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "2.0" ,
"vectorString" : "AV:L/AC:H/Au:N/C:N/I:N/A:P" ,
2024-11-21 23:11:37 +00:00
"baseScore" : 1.2 ,
2023-04-24 12:24:31 +02:00
"accessVector" : "LOCAL" ,
"accessComplexity" : "HIGH" ,
"authentication" : "NONE" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
2024-11-21 23:11:37 +00:00
"availabilityImpact" : "PARTIAL"
2023-04-24 12:24:31 +02:00
} ,
"baseSeverity" : "LOW" ,
"exploitabilityScore" : 1.9 ,
"impactScore" : 2.9 ,
"acInsufInfo" : false ,
"obtainAllPrivilege" : false ,
"obtainUserPrivilege" : false ,
"obtainOtherPrivilege" : false ,
"userInteractionRequired" : false
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
2024-01-21 03:00:29 +00:00
"value" : "CWE-476"
2023-04-24 12:24:31 +02:00
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
2024-01-21 03:00:29 +00:00
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "2.4.0" ,
"versionEndIncluding" : "2.4.31" ,
"matchCriteriaId" : "C9E64153-4A9A-448A-9654-5C79B4C86646"
2023-04-24 12:24:31 +02:00
} ,
{
"vulnerable" : true ,
2024-01-21 03:00:29 +00:00
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "2.6.0" ,
"versionEndExcluding" : "2.6.13" ,
"matchCriteriaId" : "43EDD335-A1D2-46B5-AED5-066CB1127212"
}
]
}
]
} ,
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
2023-04-24 12:24:31 +02:00
{
"vulnerable" : true ,
2024-01-21 03:00:29 +00:00
"criteria" : "cpe:2.3:o:debian:debian_linux:3.1:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "A2E0C1F8-31F5-4F61-9DF7-E49B43D3C873"
2023-04-24 12:24:31 +02:00
}
]
}
]
}
] ,
"references" : [
2023-11-07 21:03:21 +00:00
{
"url" : "http://lkml.org/lkml/2005/6/23/249" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Mailing List" ,
"Patch"
]
2023-11-07 21:03:21 +00:00
} ,
{
"url" : "http://lkml.org/lkml/2005/6/24/173" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Mailing List" ,
"Patch"
]
2023-11-07 21:03:21 +00:00
} ,
{
"url" : "http://secunia.com/advisories/17826" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Broken Link"
]
2023-11-07 21:03:21 +00:00
} ,
{
"url" : "http://secunia.com/advisories/18056" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Broken Link"
]
2023-11-07 21:03:21 +00:00
} ,
{
"url" : "http://secunia.com/advisories/18684" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Broken Link"
]
2023-11-07 21:03:21 +00:00
} ,
{
"url" : "http://secunia.com/advisories/18977" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Broken Link"
]
2023-11-07 21:03:21 +00:00
} ,
2023-04-24 12:24:31 +02:00
{
"url" : "http://www.debian.org/security/2005/dsa-922" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Third Party Advisory"
]
2023-04-24 12:24:31 +02:00
} ,
{
2023-11-07 21:03:21 +00:00
"url" : "http://www.kernel.org/git/?p=linux/kernel/git/marcelo/linux-2.4.git%3Ba=commit%3Bh=e684f066dff5628bb61ad1912de6e8058b5b4c7d" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Patch"
]
2023-04-24 12:24:31 +02:00
} ,
{
"url" : "http://www.mandriva.com/security/advisories?name=MDKSA-2005:218" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Patch" ,
"Third Party Advisory"
]
2023-04-24 12:24:31 +02:00
} ,
{
"url" : "http://www.mandriva.com/security/advisories?name=MDKSA-2005:219" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Patch" ,
"Third Party Advisory"
]
2023-04-24 12:24:31 +02:00
} ,
{
"url" : "http://www.mandriva.com/security/advisories?name=MDKSA-2005:220" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Patch" ,
"Third Party Advisory"
]
2023-04-24 12:24:31 +02:00
} ,
{
"url" : "http://www.mandriva.com/security/advisories?name=MDKSA-2005:235" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Patch" ,
"Third Party Advisory"
]
2023-04-24 12:24:31 +02:00
} ,
{
"url" : "http://www.redhat.com/support/errata/RHSA-2005-663.html" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Broken Link"
]
2023-04-24 12:24:31 +02:00
} ,
{
"url" : "http://www.redhat.com/support/errata/RHSA-2006-0190.html" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Broken Link"
]
2023-04-24 12:24:31 +02:00
} ,
{
"url" : "http://www.securityfocus.com/archive/1/427980/100/0/threaded" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Broken Link" ,
"Third Party Advisory" ,
"VDB Entry"
]
2023-04-24 12:24:31 +02:00
} ,
{
"url" : "http://www.securityfocus.com/archive/1/427981/100/0/threaded" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Broken Link" ,
"Third Party Advisory" ,
"VDB Entry"
]
2023-04-24 12:24:31 +02:00
} ,
{
"url" : "http://www.securityfocus.com/bid/15528" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Broken Link" ,
"Third Party Advisory" ,
"VDB Entry"
]
2023-04-24 12:24:31 +02:00
} ,
{
"url" : "http://wwwnew.mandriva.com/security/advisories?name=MDKSA-2006:044" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Product"
]
2023-04-24 12:24:31 +02:00
} ,
{
"url" : "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A11723" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Broken Link"
]
2023-04-24 12:24:31 +02:00
} ,
{
"url" : "https://usn.ubuntu.com/219-1/" ,
2024-01-21 03:00:29 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Broken Link"
]
2024-11-21 23:11:37 +00:00
} ,
{
"url" : "http://lkml.org/lkml/2005/6/23/249" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Mailing List" ,
"Patch"
]
} ,
{
"url" : "http://lkml.org/lkml/2005/6/24/173" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Mailing List" ,
"Patch"
]
} ,
{
"url" : "http://secunia.com/advisories/17826" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Broken Link"
]
} ,
{
"url" : "http://secunia.com/advisories/18056" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Broken Link"
]
} ,
{
"url" : "http://secunia.com/advisories/18684" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Broken Link"
]
} ,
{
"url" : "http://secunia.com/advisories/18977" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Broken Link"
]
} ,
{
"url" : "http://www.debian.org/security/2005/dsa-922" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Third Party Advisory"
]
} ,
{
"url" : "http://www.kernel.org/git/?p=linux/kernel/git/marcelo/linux-2.4.git%3Ba=commit%3Bh=e684f066dff5628bb61ad1912de6e8058b5b4c7d" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "http://www.mandriva.com/security/advisories?name=MDKSA-2005:218" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch" ,
"Third Party Advisory"
]
} ,
{
"url" : "http://www.mandriva.com/security/advisories?name=MDKSA-2005:219" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch" ,
"Third Party Advisory"
]
} ,
{
"url" : "http://www.mandriva.com/security/advisories?name=MDKSA-2005:220" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch" ,
"Third Party Advisory"
]
} ,
{
"url" : "http://www.mandriva.com/security/advisories?name=MDKSA-2005:235" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch" ,
"Third Party Advisory"
]
} ,
{
"url" : "http://www.redhat.com/support/errata/RHSA-2005-663.html" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Broken Link"
]
} ,
{
"url" : "http://www.redhat.com/support/errata/RHSA-2006-0190.html" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Broken Link"
]
} ,
{
"url" : "http://www.securityfocus.com/archive/1/427980/100/0/threaded" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Broken Link" ,
"Third Party Advisory" ,
"VDB Entry"
]
} ,
{
"url" : "http://www.securityfocus.com/archive/1/427981/100/0/threaded" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Broken Link" ,
"Third Party Advisory" ,
"VDB Entry"
]
} ,
{
"url" : "http://www.securityfocus.com/bid/15528" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Broken Link" ,
"Third Party Advisory" ,
"VDB Entry"
]
} ,
{
"url" : "http://wwwnew.mandriva.com/security/advisories?name=MDKSA-2006:044" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Product"
]
} ,
{
"url" : "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A11723" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Broken Link"
]
} ,
{
"url" : "https://usn.ubuntu.com/219-1/" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Broken Link"
]
2023-04-24 12:24:31 +02:00
}
]
}