2023-07-05 20:00:41 +00:00
{
"id" : "CVE-2023-35001" ,
"sourceIdentifier" : "security@ubuntu.com" ,
"published" : "2023-07-05T19:15:10.147" ,
2024-01-11 21:00:28 +00:00
"lastModified" : "2024-01-11T19:15:09.490" ,
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-07-05 20:00:41 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "Linux Kernel nftables Out-Of-Bounds Read/Write Vulnerability; nft_byteorder poorly handled vm register contents when CAP_NET_ADMIN is in any user or network namespace"
2023-12-29 17:00:28 +00:00
} ,
{
"lang" : "es" ,
"value" : "Vulnerabilidad de Lectura/Escritura en nftables Fuera de los L\u00edmites del kernel de Linux; nft_byteorder administra incorrectamente los contenidos de registro de VM cuando CAP_NET_ADMIN est\u00e1 en cualquier espacio de nombres de usuario o red\n"
2023-07-05 20:00:41 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-07-12 20:00:38 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" ,
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 7.8 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 5.9
} ,
2023-07-05 20:00:41 +00:00
{
"source" : "security@ubuntu.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" ,
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 7.8 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 5.9
}
]
} ,
"weaknesses" : [
2023-07-12 20:00:38 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-787"
}
]
} ,
2023-07-05 20:00:41 +00:00
{
"source" : "security@ubuntu.com" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-787"
}
]
}
] ,
2023-07-12 20:00:38 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
2023-12-29 17:00:28 +00:00
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "3.13" ,
"versionEndExcluding" : "4.14.322" ,
"matchCriteriaId" : "A49C561B-EC1D-4E98-9738-E2144CA65D7C"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "4.15" ,
"versionEndIncluding" : "4.19.291" ,
"matchCriteriaId" : "C8CFC9CE-1167-4610-8B2D-75D94422A238"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "4.20" ,
"versionEndExcluding" : "5.4.251" ,
"matchCriteriaId" : "7FA663C4-CA72-4B5A-8592-7354D978F58E"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.5" ,
"versionEndExcluding" : "5.10.188" ,
"matchCriteriaId" : "43CAE50A-4A6C-488E-813C-F8DB77C13C8B"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.11" ,
"versionEndExcluding" : "5.15.121" ,
"matchCriteriaId" : "EC77775B-EC31-4966-966C-1286C02B2A85"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.16" ,
"versionEndExcluding" : "6.1.39" ,
"matchCriteriaId" : "9BD1D4A1-304D-4187-8178-6D7C0050B1AF"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.2" ,
"versionEndExcluding" : "6.4.4" ,
"matchCriteriaId" : "A91BC267-63EE-413E-A6EF-6B96C2A278D1"
2023-07-12 20:00:38 +00:00
}
]
}
]
2023-08-02 16:00:40 +00:00
} ,
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "FA6FEEC2-9F11-4643-8827-749718254FED"
}
]
}
]
} ,
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "E30D0E6F-4AE8-4284-8716-991DFA48CC5D"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "CC559B26-5DFC-4B7A-A27C-B77DE755DFF9"
}
]
}
]
2023-12-29 17:00:28 +00:00
} ,
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:h:netapp:h300s:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "9F9C8C20-42EB-4AB5-BD97-212DEB070C43"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:h:netapp:h410c:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "CDDF61B7-EC5C-467C-B710-B89F502CD04F"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:h:netapp:h410s:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "8497A4C9-8474-4A62-8331-3FE862ED4098"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:h:netapp:h500s:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "E63D8B0F-006E-4801-BF9D-1C001BBFB4F9"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:h:netapp:h700s:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "B06F4839-D16A-4A61-9BB5-55B13F41E47F"
}
]
}
]
2023-07-12 20:00:38 +00:00
}
] ,
2023-07-05 20:00:41 +00:00
"references" : [
2023-07-26 18:00:39 +00:00
{
"url" : "http://packetstormsecurity.com/files/173757/Kernel-Live-Patch-Security-Notice-LSN-0096-1.html" ,
2023-08-02 16:00:40 +00:00
"source" : "security@ubuntu.com" ,
"tags" : [
2023-12-29 17:00:28 +00:00
"Third Party Advisory" ,
"VDB Entry"
2023-08-02 16:00:40 +00:00
]
2023-07-26 18:00:39 +00:00
} ,
2023-09-11 20:00:29 +00:00
{
"url" : "http://packetstormsecurity.com/files/174577/Kernel-Live-Patch-Security-Notice-LSN-0097-1.html" ,
2023-12-29 17:00:28 +00:00
"source" : "security@ubuntu.com" ,
"tags" : [
"Third Party Advisory" ,
"VDB Entry"
]
2023-09-11 20:00:29 +00:00
} ,
2023-07-05 22:00:31 +00:00
{
"url" : "http://www.openwall.com/lists/oss-security/2023/07/05/3" ,
2023-07-12 20:00:38 +00:00
"source" : "security@ubuntu.com" ,
"tags" : [
2023-08-02 16:00:40 +00:00
"Mailing List" ,
"Third Party Advisory"
2023-07-12 20:00:38 +00:00
]
2023-07-05 22:00:31 +00:00
} ,
2023-08-02 18:00:41 +00:00
{
"url" : "https://lists.debian.org/debian-lts-announce/2023/08/msg00001.html" ,
2023-12-29 17:00:28 +00:00
"source" : "security@ubuntu.com" ,
"tags" : [
"Patch" ,
"Third Party Advisory"
]
2023-08-02 18:00:41 +00:00
} ,
2024-01-11 21:00:28 +00:00
{
"url" : "https://lists.debian.org/debian-lts-announce/2024/01/msg00004.html" ,
"source" : "security@ubuntu.com"
} ,
2023-07-23 04:00:30 +00:00
{
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGZC5XOANA75OJ4XARBBXYSLDKUIJI5E/" ,
2023-08-02 16:00:40 +00:00
"source" : "security@ubuntu.com" ,
"tags" : [
"Mailing List"
]
2023-07-23 04:00:30 +00:00
} ,
{
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UPHI46ROSSLVAV4R5LJWJYU747JGOS6D/" ,
2023-08-02 16:00:40 +00:00
"source" : "security@ubuntu.com" ,
"tags" : [
"Mailing List"
]
2023-07-23 04:00:30 +00:00
} ,
2023-07-05 20:00:41 +00:00
{
"url" : "https://lore.kernel.org/netfilter-devel/20230705121515.747251-1-cascardo@canonical.com/T/" ,
2023-07-12 20:00:38 +00:00
"source" : "security@ubuntu.com" ,
"tags" : [
"Patch" ,
"Vendor Advisory"
]
2023-07-05 20:00:41 +00:00
} ,
2023-08-24 20:00:31 +00:00
{
"url" : "https://security.netapp.com/advisory/ntap-20230824-0007/" ,
2023-12-29 17:00:28 +00:00
"source" : "security@ubuntu.com" ,
"tags" : [
"Third Party Advisory" ,
"VDB Entry"
]
2023-08-24 20:00:31 +00:00
} ,
2023-07-17 06:00:28 +00:00
{
"url" : "https://www.debian.org/security/2023/dsa-5453" ,
2023-08-02 16:00:40 +00:00
"source" : "security@ubuntu.com" ,
"tags" : [
"Third Party Advisory"
]
2023-07-17 06:00:28 +00:00
} ,
2023-07-05 20:00:41 +00:00
{
"url" : "https://www.openwall.com/lists/oss-security/2023/07/05/3" ,
2023-07-12 20:00:38 +00:00
"source" : "security@ubuntu.com" ,
"tags" : [
"Mailing List"
]
2023-07-05 20:00:41 +00:00
}
]
}