2023-06-30 23:55:29 +00:00
{
"id" : "CVE-2023-2908" ,
"sourceIdentifier" : "secalert@redhat.com" ,
"published" : "2023-06-30T22:15:10.017" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T07:59:32.713" ,
2023-11-07 21:03:21 +00:00
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-06-30 23:55:29 +00:00
"descriptions" : [
{
"lang" : "en" ,
2023-07-24 18:00:32 +00:00
"value" : "A null pointer dereference issue was found in Libtiff's tif_dir.c file. This issue may allow an attacker to pass a crafted TIFF image file to the tiffcp utility which triggers a runtime error that causes undefined behavior. This will result in an application crash, eventually leading to a denial of service."
2023-06-30 23:55:29 +00:00
}
] ,
2023-07-10 18:00:52 +00:00
"metrics" : {
"cvssMetricV31" : [
{
2024-12-08 03:06:42 +00:00
"source" : "secalert@redhat.com" ,
"type" : "Secondary" ,
2023-07-10 18:00:52 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 5.5 ,
"baseSeverity" : "MEDIUM" ,
2023-07-10 18:00:52 +00:00
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-07-10 18:00:52 +00:00
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 3.6
2023-07-24 18:00:32 +00:00
} ,
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-07-24 18:00:32 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 5.5 ,
"baseSeverity" : "MEDIUM" ,
2023-07-24 18:00:32 +00:00
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-07-24 18:00:32 +00:00
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 3.6
2023-07-10 18:00:52 +00:00
}
]
} ,
2023-06-30 23:55:29 +00:00
"weaknesses" : [
2023-07-10 18:00:52 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "secalert@redhat.com" ,
"type" : "Secondary" ,
2023-07-10 18:00:52 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-476"
}
]
2023-11-07 21:03:21 +00:00
} ,
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-11-07 21:03:21 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-476"
}
]
2023-06-30 23:55:29 +00:00
}
] ,
2023-07-10 18:00:52 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:libtiff:libtiff:*:*:*:*:*:*:*:*" ,
"versionEndIncluding" : "4.5.0" ,
"matchCriteriaId" : "A17B02C6-10A4-4AAF-9D59-BEA968264451"
}
]
}
]
}
] ,
2023-06-30 23:55:29 +00:00
"references" : [
{
"url" : "https://access.redhat.com/security/cve/CVE-2023-2908" ,
2023-07-10 18:00:52 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Third Party Advisory"
]
2023-06-30 23:55:29 +00:00
} ,
{
"url" : "https://bugzilla.redhat.com/show_bug.cgi?id=2218830" ,
2023-07-10 18:00:52 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Issue Tracking" ,
"Third Party Advisory"
]
2023-06-30 23:55:29 +00:00
} ,
{
"url" : "https://gitlab.com/libtiff/libtiff/-/commit/9bd48f0dbd64fb94dc2b5b05238fde0bfdd4ff3f" ,
2023-07-10 18:00:52 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Patch" ,
"Vendor Advisory"
]
2023-06-30 23:55:29 +00:00
} ,
{
"url" : "https://gitlab.com/libtiff/libtiff/-/merge_requests/479" ,
2023-07-10 18:00:52 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Exploit" ,
"Vendor Advisory"
]
2023-07-31 22:00:31 +00:00
} ,
2023-08-01 04:00:30 +00:00
{
"url" : "https://lists.debian.org/debian-lts-announce/2023/07/msg00034.html" ,
2023-08-02 16:00:40 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Third Party Advisory"
]
2023-08-01 04:00:30 +00:00
} ,
2023-07-31 22:00:31 +00:00
{
"url" : "https://security.netapp.com/advisory/ntap-20230731-0004/" ,
2023-08-02 16:00:40 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Third Party Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://access.redhat.com/security/cve/CVE-2023-2908" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Third Party Advisory"
]
} ,
{
"url" : "https://bugzilla.redhat.com/show_bug.cgi?id=2218830" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Issue Tracking" ,
"Third Party Advisory"
]
} ,
{
"url" : "https://gitlab.com/libtiff/libtiff/-/commit/9bd48f0dbd64fb94dc2b5b05238fde0bfdd4ff3f" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch" ,
"Vendor Advisory"
]
} ,
{
"url" : "https://gitlab.com/libtiff/libtiff/-/merge_requests/479" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit" ,
"Vendor Advisory"
]
} ,
{
"url" : "https://lists.debian.org/debian-lts-announce/2023/07/msg00034.html" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Third Party Advisory"
]
} ,
{
"url" : "https://security.netapp.com/advisory/ntap-20230731-0004/" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Third Party Advisory"
]
2023-06-30 23:55:29 +00:00
}
]
}