GSD-2022-3857
Vulnerability from gsd - Updated: 2023-12-13 01:19Details
A flaw was found in libpng 1.6.38. A crafted PNG image can lead to a segmentation fault and denial of service in png_setup_paeth_row() function.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2022-3857",
"id": "GSD-2022-3857",
"references": [
"https://www.suse.com/security/cve/CVE-2022-3857.html"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2022-3857"
],
"details": "A flaw was found in libpng 1.6.38. A crafted PNG image can lead to a segmentation fault and denial of service in png_setup_paeth_row() function.",
"id": "GSD-2022-3857",
"modified": "2023-12-13T01:19:40.580422Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "secalert@redhat.com",
"ID": "CVE-2022-3857",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "libpng",
"version": {
"version_data": [
{
"version_value": "Found in libpng 1.6.38"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "A flaw was found in libpng 1.6.38. A crafted PNG image can lead to a segmentation fault and denial of service in png_setup_paeth_row() function."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-476"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://sourceforge.net/p/libpng/bugs/300/",
"refsource": "MISC",
"url": "https://sourceforge.net/p/libpng/bugs/300/"
},
{
"name": "https://security.netapp.com/advisory/ntap-20230406-0004/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20230406-0004/"
}
]
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "=1.6.38",
"affected_versions": "Version 1.6.38",
"cvss_v3": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"cwe_ids": [
"CWE-1035",
"CWE-476",
"CWE-937"
],
"date": "2023-04-06",
"description": "A flaw was found in libpng 1.6.38. A crafted PNG image can lead to a segmentation fault and denial of service in `png_setup_paeth_row()` function.",
"fixed_versions": [
"1.6.39"
],
"identifier": "CVE-2022-3857",
"identifiers": [
"CVE-2022-3857"
],
"not_impacted": "All versions before 1.6.38, all versions after 1.6.38",
"package_slug": "conan/libpng",
"pubdate": "2023-03-06",
"solution": "Upgrade to version 1.6.39 or above.",
"title": "NULL Pointer Dereference",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2022-3857",
"https://sourceforge.net/p/libpng/bugs/300/"
],
"uuid": "f25a6afc-b0b6-4aef-816a-477683e9f6e5"
},
{
"affected_range": "[1.6.38]",
"affected_versions": "Version 1.6.38",
"cvss_v3": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"cwe_ids": [
"CWE-1035",
"CWE-476",
"CWE-937"
],
"date": "2023-04-06",
"description": "A flaw was found in libpng 1.6.38. A crafted PNG image can lead to a segmentation fault and denial of service in `png_setup_paeth_row()` function.",
"fixed_versions": [],
"identifier": "CVE-2022-3857",
"identifiers": [
"CVE-2022-3857"
],
"not_impacted": "",
"package_slug": "nuget/libpng",
"pubdate": "2023-03-06",
"solution": "Unfortunately, there is no solution available yet.",
"title": "NULL Pointer Dereference",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2022-3857",
"https://sourceforge.net/p/libpng/bugs/300/"
],
"uuid": "a6f5a152-4266-4652-9a63-a8577804d02b"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:libpng:libpng:1.6.38:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "secalert@redhat.com",
"ID": "CVE-2022-3857"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "A flaw was found in libpng 1.6.38. A crafted PNG image can lead to a segmentation fault and denial of service in png_setup_paeth_row() function."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-476"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://sourceforge.net/p/libpng/bugs/300/",
"refsource": "MISC",
"tags": [
"Issue Tracking"
],
"url": "https://sourceforge.net/p/libpng/bugs/300/"
},
{
"name": "https://security.netapp.com/advisory/ntap-20230406-0004/",
"refsource": "CONFIRM",
"tags": [],
"url": "https://security.netapp.com/advisory/ntap-20230406-0004/"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6
}
},
"lastModifiedDate": "2023-04-06T13:15Z",
"publishedDate": "2023-03-06T23:15Z"
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…