Search

Find a vulnerability

Search criteria

    2 vulnerabilities found for libbpg by Fabrice Bellard

    CVE-2017-2575 (GCVE-0-2017-2575)

    Vulnerability from nvd – Published: 2018-08-22 21:00 – Updated: 2024-09-17 02:56
    VLAI
    Summary
    A vulnerability was found while fuzzing libbpg 0.9.7. It is a NULL pointer dereference issue due to missing check of the return value of function malloc in the BPG encoder. This vulnerability appeared while converting a malicious JPEG file to BPG.
    Severity
    No CVSS data available.
    CWE
    Assigner
    References
    URL Tags
    http://www.securityfocus.com/bid/97963 vdb-entryx_refsource_BID
    http://seclists.org/oss-sec/2017/q2/100 mailing-listx_refsource_MLIST
    Impacted products
    Date Public
    2017-04-20 00:00
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-05T13:55:06.142Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "name": "97963",
                "tags": [
                  "vdb-entry",
                  "x_refsource_BID",
                  "x_transferred"
                ],
                "url": "http://www.securityfocus.com/bid/97963"
              },
              {
                "name": "[oss-security] 20170420 CVE-2017-2575 libbpg: NULL pointer dereference in image_alloc",
                "tags": [
                  "mailing-list",
                  "x_refsource_MLIST",
                  "x_transferred"
                ],
                "url": "http://seclists.org/oss-sec/2017/q2/100"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "libbpg",
              "vendor": "Fabrice Bellard",
              "versions": [
                {
                  "status": "affected",
                  "version": "0.9.7"
                }
              ]
            }
          ],
          "datePublic": "2017-04-20T00:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "value": "A vulnerability was found while fuzzing libbpg 0.9.7. It is a NULL pointer dereference issue due to missing check of the return value of function malloc in the BPG encoder. This vulnerability appeared while converting a malicious JPEG file to BPG."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-119",
                  "description": "CWE-119",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2018-08-23T09:57:01.000Z",
            "orgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
            "shortName": "redhat"
          },
          "references": [
            {
              "name": "97963",
              "tags": [
                "vdb-entry",
                "x_refsource_BID"
              ],
              "url": "http://www.securityfocus.com/bid/97963"
            },
            {
              "name": "[oss-security] 20170420 CVE-2017-2575 libbpg: NULL pointer dereference in image_alloc",
              "tags": [
                "mailing-list",
                "x_refsource_MLIST"
              ],
              "url": "http://seclists.org/oss-sec/2017/q2/100"
            }
          ],
          "x_legacyV4Record": {
            "CVE_data_meta": {
              "ASSIGNER": "secalert@redhat.com",
              "DATE_PUBLIC": "2017-04-20T00:00:00",
              "ID": "CVE-2017-2575",
              "STATE": "PUBLIC"
            },
            "affects": {
              "vendor": {
                "vendor_data": [
                  {
                    "product": {
                      "product_data": [
                        {
                          "product_name": "libbpg",
                          "version": {
                            "version_data": [
                              {
                                "version_value": "0.9.7"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "vendor_name": "Fabrice Bellard"
                  }
                ]
              }
            },
            "data_format": "MITRE",
            "data_type": "CVE",
            "data_version": "4.0",
            "description": {
              "description_data": [
                {
                  "lang": "eng",
                  "value": "A vulnerability was found while fuzzing libbpg 0.9.7. It is a NULL pointer dereference issue due to missing check of the return value of function malloc in the BPG encoder. This vulnerability appeared while converting a malicious JPEG file to BPG."
                }
              ]
            },
            "problemtype": {
              "problemtype_data": [
                {
                  "description": [
                    {
                      "lang": "eng",
                      "value": "CWE-119"
                    }
                  ]
                }
              ]
            },
            "references": {
              "reference_data": [
                {
                  "name": "97963",
                  "refsource": "BID",
                  "url": "http://www.securityfocus.com/bid/97963"
                },
                {
                  "name": "[oss-security] 20170420 CVE-2017-2575 libbpg: NULL pointer dereference in image_alloc",
                  "refsource": "MLIST",
                  "url": "http://seclists.org/oss-sec/2017/q2/100"
                }
              ]
            }
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
        "assignerShortName": "redhat",
        "cveId": "CVE-2017-2575",
        "datePublished": "2018-08-22T21:00:00.000Z",
        "dateReserved": "2016-12-01T00:00:00.000Z",
        "dateUpdated": "2024-09-17T02:56:38.606Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }

    CVE-2017-2575 (GCVE-0-2017-2575)

    Vulnerability from cvelistv5 – Published: 2018-08-22 21:00 – Updated: 2024-09-17 02:56
    VLAI
    Summary
    A vulnerability was found while fuzzing libbpg 0.9.7. It is a NULL pointer dereference issue due to missing check of the return value of function malloc in the BPG encoder. This vulnerability appeared while converting a malicious JPEG file to BPG.
    Severity
    No CVSS data available.
    CWE
    Assigner
    References
    URL Tags
    http://www.securityfocus.com/bid/97963 vdb-entryx_refsource_BID
    http://seclists.org/oss-sec/2017/q2/100 mailing-listx_refsource_MLIST
    Impacted products
    Date Public
    2017-04-20 00:00
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-05T13:55:06.142Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "name": "97963",
                "tags": [
                  "vdb-entry",
                  "x_refsource_BID",
                  "x_transferred"
                ],
                "url": "http://www.securityfocus.com/bid/97963"
              },
              {
                "name": "[oss-security] 20170420 CVE-2017-2575 libbpg: NULL pointer dereference in image_alloc",
                "tags": [
                  "mailing-list",
                  "x_refsource_MLIST",
                  "x_transferred"
                ],
                "url": "http://seclists.org/oss-sec/2017/q2/100"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "libbpg",
              "vendor": "Fabrice Bellard",
              "versions": [
                {
                  "status": "affected",
                  "version": "0.9.7"
                }
              ]
            }
          ],
          "datePublic": "2017-04-20T00:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "value": "A vulnerability was found while fuzzing libbpg 0.9.7. It is a NULL pointer dereference issue due to missing check of the return value of function malloc in the BPG encoder. This vulnerability appeared while converting a malicious JPEG file to BPG."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-119",
                  "description": "CWE-119",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2018-08-23T09:57:01.000Z",
            "orgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
            "shortName": "redhat"
          },
          "references": [
            {
              "name": "97963",
              "tags": [
                "vdb-entry",
                "x_refsource_BID"
              ],
              "url": "http://www.securityfocus.com/bid/97963"
            },
            {
              "name": "[oss-security] 20170420 CVE-2017-2575 libbpg: NULL pointer dereference in image_alloc",
              "tags": [
                "mailing-list",
                "x_refsource_MLIST"
              ],
              "url": "http://seclists.org/oss-sec/2017/q2/100"
            }
          ],
          "x_legacyV4Record": {
            "CVE_data_meta": {
              "ASSIGNER": "secalert@redhat.com",
              "DATE_PUBLIC": "2017-04-20T00:00:00",
              "ID": "CVE-2017-2575",
              "STATE": "PUBLIC"
            },
            "affects": {
              "vendor": {
                "vendor_data": [
                  {
                    "product": {
                      "product_data": [
                        {
                          "product_name": "libbpg",
                          "version": {
                            "version_data": [
                              {
                                "version_value": "0.9.7"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "vendor_name": "Fabrice Bellard"
                  }
                ]
              }
            },
            "data_format": "MITRE",
            "data_type": "CVE",
            "data_version": "4.0",
            "description": {
              "description_data": [
                {
                  "lang": "eng",
                  "value": "A vulnerability was found while fuzzing libbpg 0.9.7. It is a NULL pointer dereference issue due to missing check of the return value of function malloc in the BPG encoder. This vulnerability appeared while converting a malicious JPEG file to BPG."
                }
              ]
            },
            "problemtype": {
              "problemtype_data": [
                {
                  "description": [
                    {
                      "lang": "eng",
                      "value": "CWE-119"
                    }
                  ]
                }
              ]
            },
            "references": {
              "reference_data": [
                {
                  "name": "97963",
                  "refsource": "BID",
                  "url": "http://www.securityfocus.com/bid/97963"
                },
                {
                  "name": "[oss-security] 20170420 CVE-2017-2575 libbpg: NULL pointer dereference in image_alloc",
                  "refsource": "MLIST",
                  "url": "http://seclists.org/oss-sec/2017/q2/100"
                }
              ]
            }
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
        "assignerShortName": "redhat",
        "cveId": "CVE-2017-2575",
        "datePublished": "2018-08-22T21:00:00.000Z",
        "dateReserved": "2016-12-01T00:00:00.000Z",
        "dateUpdated": "2024-09-17T02:56:38.606Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }