CVE-2013-7353 (GCVE-0-2013-7353)

Vulnerability from cvelistv5 – Published: 2014-05-06 14:00 – Updated: 2025-06-09 15:37
VLAI
Summary
Integer overflow in the png_set_unknown_chunks function in libpng/pngset.c in libpng before 1.5.14beta08 allows context-dependent attackers to cause a denial of service (segmentation fault and crash) via a crafted image, which triggers a heap-based buffer overflow.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2025-06-09 15:37 UTC
CWE
  • n/a
  • CWE-190 - Integer Overflow or Wraparound
  • CWE-122 - Heap-based Buffer Overflow
References
URL Tags
http://sourceforge.net/p/libpng/bugs/199/ x_refsource_CONFIRM
http://lists.opensuse.org/opensuse-updates/2014-0… vendor-advisoryx_refsource_SUSE
http://www.securityfocus.com/bid/67345 vdb-entryx_refsource_BID
http://seclists.org/oss-sec/2014/q2/83 mailing-listx_refsource_MLIST
Date Public
2013-01-08 00:00
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-06T18:01:20.591Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_refsource_CONFIRM",
              "x_transferred"
            ],
            "url": "http://sourceforge.net/p/libpng/bugs/199/"
          },
          {
            "name": "openSUSE-SU-2014:0604",
            "tags": [
              "vendor-advisory",
              "x_refsource_SUSE",
              "x_transferred"
            ],
            "url": "http://lists.opensuse.org/opensuse-updates/2014-05/msg00015.html"
          },
          {
            "name": "67345",
            "tags": [
              "vdb-entry",
              "x_refsource_BID",
              "x_transferred"
            ],
            "url": "http://www.securityfocus.com/bid/67345"
          },
          {
            "name": "[oss-security] 20140410 CVE-2013-7353 CVE-2013-7354 libpng integer overflows",
            "tags": [
              "mailing-list",
              "x_refsource_MLIST",
              "x_transferred"
            ],
            "url": "http://seclists.org/oss-sec/2014/q2/83"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "cvssV3_1": {
              "attackComplexity": "LOW",
              "attackVector": "NETWORK",
              "availabilityImpact": "HIGH",
              "baseScore": 6.5,
              "baseSeverity": "MEDIUM",
              "confidentialityImpact": "NONE",
              "integrityImpact": "NONE",
              "privilegesRequired": "NONE",
              "scope": "UNCHANGED",
              "userInteraction": "REQUIRED",
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2013-7353",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2025-06-09T15:37:00.771058Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "problemTypes": [
          {
            "descriptions": [
              {
                "cweId": "CWE-190",
                "description": "CWE-190 Integer Overflow or Wraparound",
                "lang": "en",
                "type": "CWE"
              }
            ]
          },
          {
            "descriptions": [
              {
                "cweId": "CWE-122",
                "description": "CWE-122 Heap-based Buffer Overflow",
                "lang": "en",
                "type": "CWE"
              }
            ]
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2025-06-09T15:37:30.290Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "n/a",
          "vendor": "n/a",
          "versions": [
            {
              "status": "affected",
              "version": "n/a"
            }
          ]
        }
      ],
      "datePublic": "2013-01-08T00:00:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "value": "Integer overflow in the png_set_unknown_chunks function in libpng/pngset.c in libpng before 1.5.14beta08 allows context-dependent attackers to cause a denial of service (segmentation fault and crash) via a crafted image, which triggers a heap-based buffer overflow."
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "description": "n/a",
              "lang": "en",
              "type": "text"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2016-12-29T18:57:01.000Z",
        "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "shortName": "mitre"
      },
      "references": [
        {
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "http://sourceforge.net/p/libpng/bugs/199/"
        },
        {
          "name": "openSUSE-SU-2014:0604",
          "tags": [
            "vendor-advisory",
            "x_refsource_SUSE"
          ],
          "url": "http://lists.opensuse.org/opensuse-updates/2014-05/msg00015.html"
        },
        {
          "name": "67345",
          "tags": [
            "vdb-entry",
            "x_refsource_BID"
          ],
          "url": "http://www.securityfocus.com/bid/67345"
        },
        {
          "name": "[oss-security] 20140410 CVE-2013-7353 CVE-2013-7354 libpng integer overflows",
          "tags": [
            "mailing-list",
            "x_refsource_MLIST"
          ],
          "url": "http://seclists.org/oss-sec/2014/q2/83"
        }
      ],
      "x_legacyV4Record": {
        "CVE_data_meta": {
          "ASSIGNER": "cve@mitre.org",
          "ID": "CVE-2013-7353",
          "STATE": "PUBLIC"
        },
        "affects": {
          "vendor": {
            "vendor_data": [
              {
                "product": {
                  "product_data": [
                    {
                      "product_name": "n/a",
                      "version": {
                        "version_data": [
                          {
                            "version_value": "n/a"
                          }
                        ]
                      }
                    }
                  ]
                },
                "vendor_name": "n/a"
              }
            ]
          }
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "eng",
              "value": "Integer overflow in the png_set_unknown_chunks function in libpng/pngset.c in libpng before 1.5.14beta08 allows context-dependent attackers to cause a denial of service (segmentation fault and crash) via a crafted image, which triggers a heap-based buffer overflow."
            }
          ]
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "eng",
                  "value": "n/a"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "http://sourceforge.net/p/libpng/bugs/199/",
              "refsource": "CONFIRM",
              "url": "http://sourceforge.net/p/libpng/bugs/199/"
            },
            {
              "name": "openSUSE-SU-2014:0604",
              "refsource": "SUSE",
              "url": "http://lists.opensuse.org/opensuse-updates/2014-05/msg00015.html"
            },
            {
              "name": "67345",
              "refsource": "BID",
              "url": "http://www.securityfocus.com/bid/67345"
            },
            {
              "name": "[oss-security] 20140410 CVE-2013-7353 CVE-2013-7354 libpng integer overflows",
              "refsource": "MLIST",
              "url": "http://seclists.org/oss-sec/2014/q2/83"
            }
          ]
        }
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
    "assignerShortName": "mitre",
    "cveId": "CVE-2013-7353",
    "datePublished": "2014-05-06T14:00:00.000Z",
    "dateReserved": "2014-04-10T00:00:00.000Z",
    "dateUpdated": "2025-06-09T15:37:30.290Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2013-7353",
      "date": "2026-09-21",
      "epss": "0.01881",
      "percentile": "0.78243"
    },
    "fkie_nvd": {
      "configurations": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:*:*:*:*:*:*:*:*",
                  "matchCriteriaId": "63A83C24-6658-4687-9391-21EE7969A5E4",
                  "versionEndIncluding": "1.5.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.0:beta:*:*:*:*:*:*",
                  "matchCriteriaId": "C8BA2974-AF9F-4382-B443-F54354B5623A",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.1:*:*:*:*:*:*:*",
                  "matchCriteriaId": "CE8BC209-45B9-44D6-A26D-0B570ED5BB19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.1:beta:*:*:*:*:*:*",
                  "matchCriteriaId": "468B1A0E-AF58-42C4-9801-D6F83F283360",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.2:*:*:*:*:*:*:*",
                  "matchCriteriaId": "6644ED2F-66F3-469D-8233-72FE7321E850",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.2:beta:*:*:*:*:*:*",
                  "matchCriteriaId": "B36D610D-F86A-4D46-B0F2-884FFA601C69",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.3:beta:*:*:*:*:*:*",
                  "matchCriteriaId": "C8A976DD-87FA-425D-8E07-E3CFC4D3FD05",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.4:*:*:*:*:*:*:*",
                  "matchCriteriaId": "3F34978D-6ABE-463E-AB48-21CC55B7D157",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.4:beta:*:*:*:*:*:*",
                  "matchCriteriaId": "3716FF0E-AD20-46F8-B8F6-3EC42D427C90",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.5:*:*:*:*:*:*:*",
                  "matchCriteriaId": "7A4568BB-F5FF-4BBB-9DA3-E66C2BFA2416",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.5:beta:*:*:*:*:*:*",
                  "matchCriteriaId": "E5300EC4-B3A0-42C5-8D39-67AB75C47153",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.6:*:*:*:*:*:*:*",
                  "matchCriteriaId": "246CF13F-FDC1-499E-9FC1-5624D54E9E3F",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.6:beta:*:*:*:*:*:*",
                  "matchCriteriaId": "D5840A8E-AB64-40A9-8BB6-EB6BA51D40B4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.7:*:*:*:*:*:*:*",
                  "matchCriteriaId": "AC66FD43-421B-4223-BA32-EC47B51E1091",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.7:beta:*:*:*:*:*:*",
                  "matchCriteriaId": "EEC9D57C-47F2-4773-85B6-FFB0C4681E0C",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.8:*:*:*:*:*:*:*",
                  "matchCriteriaId": "F0F5664B-5AB9-4DE4-99AA-8FD32DBA4A4A",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.8:beta:*:*:*:*:*:*",
                  "matchCriteriaId": "5CD1C8E6-DF35-47F7-877F-001AD62B57CC",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.9:*:*:*:*:*:*:*",
                  "matchCriteriaId": "C7712376-D776-4814-A041-FBFEAC70ADC3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.9:beta:*:*:*:*:*:*",
                  "matchCriteriaId": "DF69B34E-F7FB-4F4C-AF7D-ACD165B1233B",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.10:beta:*:*:*:*:*:*",
                  "matchCriteriaId": "F7CC2E64-E48C-4DE6-892D-06A0B806A51B",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.11:*:*:*:*:*:*:*",
                  "matchCriteriaId": "65DEDF02-9239-497C-94DB-DAF80B6B4F6C",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.11:beta:*:*:*:*:*:*",
                  "matchCriteriaId": "5BE62DB2-664D-4E0A-840F-09D13E41704A",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.12:*:*:*:*:*:*:*",
                  "matchCriteriaId": "8CAAECD8-0C16-40CC-BA8A-97DF38BAF668",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:libpng:libpng:1.5.13:beta:*:*:*:*:*:*",
                  "matchCriteriaId": "561D5D7A-1933-4A6D-940E-8DD035AA31B3",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "Integer overflow in the png_set_unknown_chunks function in libpng/pngset.c in libpng before 1.5.14beta08 allows context-dependent attackers to cause a denial of service (segmentation fault and crash) via a crafted image, which triggers a heap-based buffer overflow."
        },
        {
          "lang": "es",
          "value": "Desbordamiento de enteros en la funci\u00f3n png_set_unknown_chunks en libpng/pngset.c en libpng anterior a 1.5.14beta08 permite a atacantes dependientes de contexto causar una denegaci\u00f3n de servicio (fallo de segmentaci\u00f3n y ca\u00edda) a trav\u00e9s de un imagen manipulado, lo que provoca un desbordamiento de buffer basado en memoria din\u00e1mica."
        }
      ],
      "id": "CVE-2013-7353",
      "lastModified": "2024-11-21T02:00:49.030",
      "metrics": {
        "cvssMetricV2": [
          {
            "acInsufInfo": false,
            "baseSeverity": "MEDIUM",
            "cvssData": {
              "accessComplexity": "LOW",
              "accessVector": "NETWORK",
              "authentication": "NONE",
              "availabilityImpact": "PARTIAL",
              "baseScore": 5.0,
              "confidentialityImpact": "NONE",
              "integrityImpact": "NONE",
              "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
              "version": "2.0"
            },
            "exploitabilityScore": 10.0,
            "impactScore": 2.9,
            "obtainAllPrivilege": false,
            "obtainOtherPrivilege": false,
            "obtainUserPrivilege": false,
            "source": "nvd@nist.gov",
            "type": "Primary",
            "userInteractionRequired": false
          }
        ]
      },
      "published": "2014-05-06T14:55:05.010",
      "references": [
        {
          "source": "cve@mitre.org",
          "url": "http://lists.opensuse.org/opensuse-updates/2014-05/msg00015.html"
        },
        {
          "source": "cve@mitre.org",
          "url": "http://seclists.org/oss-sec/2014/q2/83"
        },
        {
          "source": "cve@mitre.org",
          "tags": [
            "Vendor Advisory"
          ],
          "url": "http://sourceforge.net/p/libpng/bugs/199/"
        },
        {
          "source": "cve@mitre.org",
          "url": "http://www.securityfocus.com/bid/67345"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://lists.opensuse.org/opensuse-updates/2014-05/msg00015.html"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://seclists.org/oss-sec/2014/q2/83"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "tags": [
            "Vendor Advisory"
          ],
          "url": "http://sourceforge.net/p/libpng/bugs/199/"
        },
        {
          "source": "af854a3a-2127-422b-91ae-364da2661108",
          "url": "http://www.securityfocus.com/bid/67345"
        }
      ],
      "sourceIdentifier": "cve@mitre.org",
      "vulnStatus": "Modified",
      "weaknesses": [
        {
          "description": [
            {
              "lang": "en",
              "value": "CWE-189"
            }
          ],
          "source": "nvd@nist.gov",
          "type": "Primary"
        }
      ]
    },
    "nvd": {
      "cve": {
        "configurations": [
          {
            "nodes": [
              {
                "cpeMatch": [
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "63A83C24-6658-4687-9391-21EE7969A5E4",
                    "versionEndIncluding": "1.5.13",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.0:beta:*:*:*:*:*:*",
                    "matchCriteriaId": "C8BA2974-AF9F-4382-B443-F54354B5623A",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "CE8BC209-45B9-44D6-A26D-0B570ED5BB19",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.1:beta:*:*:*:*:*:*",
                    "matchCriteriaId": "468B1A0E-AF58-42C4-9801-D6F83F283360",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "6644ED2F-66F3-469D-8233-72FE7321E850",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.2:beta:*:*:*:*:*:*",
                    "matchCriteriaId": "B36D610D-F86A-4D46-B0F2-884FFA601C69",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.3:beta:*:*:*:*:*:*",
                    "matchCriteriaId": "C8A976DD-87FA-425D-8E07-E3CFC4D3FD05",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.4:*:*:*:*:*:*:*",
                    "matchCriteriaId": "3F34978D-6ABE-463E-AB48-21CC55B7D157",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.4:beta:*:*:*:*:*:*",
                    "matchCriteriaId": "3716FF0E-AD20-46F8-B8F6-3EC42D427C90",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.5:*:*:*:*:*:*:*",
                    "matchCriteriaId": "7A4568BB-F5FF-4BBB-9DA3-E66C2BFA2416",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.5:beta:*:*:*:*:*:*",
                    "matchCriteriaId": "E5300EC4-B3A0-42C5-8D39-67AB75C47153",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.6:*:*:*:*:*:*:*",
                    "matchCriteriaId": "246CF13F-FDC1-499E-9FC1-5624D54E9E3F",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.6:beta:*:*:*:*:*:*",
                    "matchCriteriaId": "D5840A8E-AB64-40A9-8BB6-EB6BA51D40B4",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.7:*:*:*:*:*:*:*",
                    "matchCriteriaId": "AC66FD43-421B-4223-BA32-EC47B51E1091",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.7:beta:*:*:*:*:*:*",
                    "matchCriteriaId": "EEC9D57C-47F2-4773-85B6-FFB0C4681E0C",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.8:*:*:*:*:*:*:*",
                    "matchCriteriaId": "F0F5664B-5AB9-4DE4-99AA-8FD32DBA4A4A",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.8:beta:*:*:*:*:*:*",
                    "matchCriteriaId": "5CD1C8E6-DF35-47F7-877F-001AD62B57CC",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.9:*:*:*:*:*:*:*",
                    "matchCriteriaId": "C7712376-D776-4814-A041-FBFEAC70ADC3",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.9:beta:*:*:*:*:*:*",
                    "matchCriteriaId": "DF69B34E-F7FB-4F4C-AF7D-ACD165B1233B",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.10:beta:*:*:*:*:*:*",
                    "matchCriteriaId": "F7CC2E64-E48C-4DE6-892D-06A0B806A51B",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.11:*:*:*:*:*:*:*",
                    "matchCriteriaId": "65DEDF02-9239-497C-94DB-DAF80B6B4F6C",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.11:beta:*:*:*:*:*:*",
                    "matchCriteriaId": "5BE62DB2-664D-4E0A-840F-09D13E41704A",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.12:*:*:*:*:*:*:*",
                    "matchCriteriaId": "8CAAECD8-0C16-40CC-BA8A-97DF38BAF668",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:libpng:libpng:1.5.13:beta:*:*:*:*:*:*",
                    "matchCriteriaId": "561D5D7A-1933-4A6D-940E-8DD035AA31B3",
                    "vulnerable": true
                  }
                ],
                "negate": false,
                "operator": "OR"
              }
            ]
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "Integer overflow in the png_set_unknown_chunks function in libpng/pngset.c in libpng before 1.5.14beta08 allows context-dependent attackers to cause a denial of service (segmentation fault and crash) via a crafted image, which triggers a heap-based buffer overflow."
          },
          {
            "lang": "es",
            "value": "Desbordamiento de enteros en la funci\u00f3n png_set_unknown_chunks en libpng/pngset.c en libpng anterior a 1.5.14beta08 permite a atacantes dependientes de contexto causar una denegaci\u00f3n de servicio (fallo de segmentaci\u00f3n y ca\u00edda) a trav\u00e9s de un imagen manipulado, lo que provoca un desbordamiento de buffer basado en memoria din\u00e1mica."
          }
        ],
        "id": "CVE-2013-7353",
        "lastModified": "2026-05-06T22:30:45.220",
        "metrics": {
          "cvssMetricV2": [
            {
              "acInsufInfo": false,
              "baseSeverity": "MEDIUM",
              "cvssData": {
                "accessComplexity": "LOW",
                "accessVector": "NETWORK",
                "authentication": "NONE",
                "availabilityImpact": "PARTIAL",
                "baseScore": 5.0,
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
                "version": "2.0"
              },
              "exploitabilityScore": 10.0,
              "impactScore": 2.9,
              "obtainAllPrivilege": false,
              "obtainOtherPrivilege": false,
              "obtainUserPrivilege": false,
              "source": "nvd@nist.gov",
              "type": "Primary",
              "userInteractionRequired": false
            }
          ],
          "cvssMetricV31": [
            {
              "cvssData": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 6.5,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
                "version": "3.1"
              },
              "exploitabilityScore": 2.8,
              "impactScore": 3.6,
              "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "type": "Secondary"
            }
          ]
        },
        "published": "2014-05-06T14:55:05.010",
        "references": [
          {
            "source": "cve@mitre.org",
            "url": "http://lists.opensuse.org/opensuse-updates/2014-05/msg00015.html"
          },
          {
            "source": "cve@mitre.org",
            "url": "http://seclists.org/oss-sec/2014/q2/83"
          },
          {
            "source": "cve@mitre.org",
            "tags": [
              "Vendor Advisory"
            ],
            "url": "http://sourceforge.net/p/libpng/bugs/199/"
          },
          {
            "source": "cve@mitre.org",
            "url": "http://www.securityfocus.com/bid/67345"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://lists.opensuse.org/opensuse-updates/2014-05/msg00015.html"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://seclists.org/oss-sec/2014/q2/83"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "tags": [
              "Vendor Advisory"
            ],
            "url": "http://sourceforge.net/p/libpng/bugs/199/"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://www.securityfocus.com/bid/67345"
          }
        ],
        "sourceIdentifier": "cve@mitre.org",
        "vulnStatus": "Modified",
        "weaknesses": [
          {
            "description": [
              {
                "lang": "en",
                "value": "CWE-189"
              }
            ],
            "source": "nvd@nist.gov",
            "type": "Primary"
          },
          {
            "description": [
              {
                "lang": "en",
                "value": "CWE-122"
              },
              {
                "lang": "en",
                "value": "CWE-190"
              }
            ],
            "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
            "type": "Secondary"
          }
        ]
      }
    },
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-06-27T11:29:08+00:00",
      "cve": "CVE-2013-7353",
      "id": "CVE-2013-7353",
      "initial_release_date": "2013-01-01T00:00:00+00:00",
      "product_status:known_not_affected": "12",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "libpng: integer overflow leading to a heap-based buffer overflow in png_set_unknown_chunks()",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2013/cve-2013-7353.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-03T01:04:13Z",
      "cve": "CVE-2013-7353",
      "id": "CVE-2013-7353",
      "initial_release_date": "2023-02-15T05:33:16Z",
      "product_status:known_affected": "394",
      "product_status:known_not_affected": "62",
      "product_status:recommended": "226",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2013-7353",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2013-7353.json",
      "version": "32"
    },
    "vulnrichment": {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-06T18:01:20.591Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "tags": [
                  "x_refsource_CONFIRM",
                  "x_transferred"
                ],
                "url": "http://sourceforge.net/p/libpng/bugs/199/"
              },
              {
                "name": "openSUSE-SU-2014:0604",
                "tags": [
                  "vendor-advisory",
                  "x_refsource_SUSE",
                  "x_transferred"
                ],
                "url": "http://lists.opensuse.org/opensuse-updates/2014-05/msg00015.html"
              },
              {
                "name": "67345",
                "tags": [
                  "vdb-entry",
                  "x_refsource_BID",
                  "x_transferred"
                ],
                "url": "http://www.securityfocus.com/bid/67345"
              },
              {
                "name": "[oss-security] 20140410 CVE-2013-7353 CVE-2013-7354 libpng integer overflows",
                "tags": [
                  "mailing-list",
                  "x_refsource_MLIST",
                  "x_transferred"
                ],
                "url": "http://seclists.org/oss-sec/2014/q2/83"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "HIGH",
                  "baseScore": 6.5,
                  "baseSeverity": "MEDIUM",
                  "confidentialityImpact": "NONE",
                  "integrityImpact": "NONE",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "REQUIRED",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2013-7353",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2025-06-09T15:37:00.771058Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "problemTypes": [
              {
                "descriptions": [
                  {
                    "cweId": "CWE-190",
                    "description": "CWE-190 Integer Overflow or Wraparound",
                    "lang": "en",
                    "type": "CWE"
                  }
                ]
              },
              {
                "descriptions": [
                  {
                    "cweId": "CWE-122",
                    "description": "CWE-122 Heap-based Buffer Overflow",
                    "lang": "en",
                    "type": "CWE"
                  }
                ]
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2025-06-09T15:36:37.473Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "n/a",
              "vendor": "n/a",
              "versions": [
                {
                  "status": "affected",
                  "version": "n/a"
                }
              ]
            }
          ],
          "datePublic": "2013-01-08T00:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "value": "Integer overflow in the png_set_unknown_chunks function in libpng/pngset.c in libpng before 1.5.14beta08 allows context-dependent attackers to cause a denial of service (segmentation fault and crash) via a crafted image, which triggers a heap-based buffer overflow."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "n/a",
                  "lang": "en",
                  "type": "text"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2016-12-29T18:57:01.000Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "http://sourceforge.net/p/libpng/bugs/199/"
            },
            {
              "name": "openSUSE-SU-2014:0604",
              "tags": [
                "vendor-advisory",
                "x_refsource_SUSE"
              ],
              "url": "http://lists.opensuse.org/opensuse-updates/2014-05/msg00015.html"
            },
            {
              "name": "67345",
              "tags": [
                "vdb-entry",
                "x_refsource_BID"
              ],
              "url": "http://www.securityfocus.com/bid/67345"
            },
            {
              "name": "[oss-security] 20140410 CVE-2013-7353 CVE-2013-7354 libpng integer overflows",
              "tags": [
                "mailing-list",
                "x_refsource_MLIST"
              ],
              "url": "http://seclists.org/oss-sec/2014/q2/83"
            }
          ],
          "x_legacyV4Record": {
            "CVE_data_meta": {
              "ASSIGNER": "cve@mitre.org",
              "ID": "CVE-2013-7353",
              "STATE": "PUBLIC"
            },
            "affects": {
              "vendor": {
                "vendor_data": [
                  {
                    "product": {
                      "product_data": [
                        {
                          "product_name": "n/a",
                          "version": {
                            "version_data": [
                              {
                                "version_value": "n/a"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "vendor_name": "n/a"
                  }
                ]
              }
            },
            "data_format": "MITRE",
            "data_type": "CVE",
            "data_version": "4.0",
            "description": {
              "description_data": [
                {
                  "lang": "eng",
                  "value": "Integer overflow in the png_set_unknown_chunks function in libpng/pngset.c in libpng before 1.5.14beta08 allows context-dependent attackers to cause a denial of service (segmentation fault and crash) via a crafted image, which triggers a heap-based buffer overflow."
                }
              ]
            },
            "problemtype": {
              "problemtype_data": [
                {
                  "description": [
                    {
                      "lang": "eng",
                      "value": "n/a"
                    }
                  ]
                }
              ]
            },
            "references": {
              "reference_data": [
                {
                  "name": "http://sourceforge.net/p/libpng/bugs/199/",
                  "refsource": "CONFIRM",
                  "url": "http://sourceforge.net/p/libpng/bugs/199/"
                },
                {
                  "name": "openSUSE-SU-2014:0604",
                  "refsource": "SUSE",
                  "url": "http://lists.opensuse.org/opensuse-updates/2014-05/msg00015.html"
                },
                {
                  "name": "67345",
                  "refsource": "BID",
                  "url": "http://www.securityfocus.com/bid/67345"
                },
                {
                  "name": "[oss-security] 20140410 CVE-2013-7353 CVE-2013-7354 libpng integer overflows",
                  "refsource": "MLIST",
                  "url": "http://seclists.org/oss-sec/2014/q2/83"
                }
              ]
            }
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2013-7353",
        "datePublished": "2014-05-06T14:00:00.000Z",
        "dateReserved": "2014-04-10T00:00:00.000Z",
        "dateUpdated": "2025-06-09T15:37:30.290Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

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…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…