gsd-2023-1999
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
There exists a use after free/double free in libwebp. An attacker can use the ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free. 
Aliases
Aliases



{
   GSD: {
      alias: "CVE-2023-1999",
      id: "GSD-2023-1999",
   },
   gsd: {
      metadata: {
         exploitCode: "unknown",
         remediation: "unknown",
         reportConfidence: "confirmed",
         type: "vulnerability",
      },
      osvSchema: {
         aliases: [
            "CVE-2023-1999",
         ],
         details: "There exists a use after free/double free in libwebp. An attacker can use the ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free. \n",
         id: "GSD-2023-1999",
         modified: "2023-12-13T01:20:41.199752Z",
         schema_version: "1.4.0",
      },
   },
   namespaces: {
      "cve.org": {
         CVE_data_meta: {
            ASSIGNER: "security@google.com",
            ID: "CVE-2023-1999",
            STATE: "PUBLIC",
         },
         affects: {
            vendor: {
               vendor_data: [
                  {
                     product: {
                        product_data: [
                           {
                              product_name: "libwebp",
                              version: {
                                 version_data: [
                                    {
                                       version_affected: "<",
                                       version_name: "0.4.2",
                                       version_value: "1.3.1",
                                    },
                                 ],
                              },
                           },
                        ],
                     },
                     vendor_name: "Chromium",
                  },
               ],
            },
         },
         data_format: "MITRE",
         data_type: "CVE",
         data_version: "4.0",
         description: {
            description_data: [
               {
                  lang: "eng",
                  value: "There exists a use after free/double free in libwebp. An attacker can use the ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free. \n",
               },
            ],
         },
         generator: {
            engine: "Vulnogram 0.1.0-dev",
         },
         impact: {
            cvss: [
               {
                  attackComplexity: "HIGH",
                  attackVector: "NETWORK",
                  availabilityImpact: "NONE",
                  baseScore: 5.3,
                  baseSeverity: "MEDIUM",
                  confidentialityImpact: "HIGH",
                  integrityImpact: "NONE",
                  privilegesRequired: "LOW",
                  scope: "UNCHANGED",
                  userInteraction: "NONE",
                  vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
                  version: "3.1",
               },
            ],
         },
         problemtype: {
            problemtype_data: [
               {
                  description: [
                     {
                        cweId: "CWE-416",
                        lang: "eng",
                        value: "CWE-416 Use After Free",
                     },
                  ],
               },
            ],
         },
         references: {
            reference_data: [
               {
                  name: "https://chromium.googlesource.com/webm/libwebp",
                  refsource: "MISC",
                  url: "https://chromium.googlesource.com/webm/libwebp",
               },
               {
                  name: "https://security.gentoo.org/glsa/202309-05",
                  refsource: "MISC",
                  url: "https://security.gentoo.org/glsa/202309-05",
               },
            ],
         },
         source: {
            discovery: "EXTERNAL",
         },
      },
      "gitlab.com": {
         advisories: [
            {
               affected_range: ">=0.4.2 <1.3.1",
               affected_versions: "All versions starting from 0.4.2 before 1.3.1",
               cvss_v3: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
               cwe_ids: [
                  "CWE-1035",
                  "CWE-415",
                  "CWE-937",
               ],
               date: "2023-07-05",
               description: "There exists a use after free/double free in libwebp. An attacker can use the ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free. \n",
               fixed_versions: [
                  "1.3.1",
               ],
               identifier: "CVE-2023-1999",
               identifiers: [
                  "CVE-2023-1999",
               ],
               not_impacted: "All versions before 0.4.2, all versions starting from 1.3.1",
               package_slug: "conan/libwebp",
               pubdate: "2023-06-20",
               solution: "Upgrade to version 1.3.1 or above.",
               title: "Double Free",
               urls: [
                  "https://nvd.nist.gov/vuln/detail/CVE-2023-1999",
                  "https://chromium.googlesource.com/webm/libwebp",
               ],
               uuid: "eb03a2a7-782f-4c1e-b04b-faacc9292887",
            },
         ],
      },
      "nvd.nist.gov": {
         configurations: {
            CVE_data_version: "4.0",
            nodes: [
               {
                  children: [],
                  cpe_match: [
                     {
                        cpe23Uri: "cpe:2.3:a:webmproject:libwebp:*:*:*:*:*:*:*:*",
                        cpe_name: [],
                        versionEndExcluding: "1.3.1",
                        versionStartIncluding: "0.4.2",
                        vulnerable: true,
                     },
                  ],
                  operator: "OR",
               },
            ],
         },
         cve: {
            CVE_data_meta: {
               ASSIGNER: "security@google.com",
               ID: "CVE-2023-1999",
            },
            data_format: "MITRE",
            data_type: "CVE",
            data_version: "4.0",
            description: {
               description_data: [
                  {
                     lang: "en",
                     value: "There exists a use after free/double free in libwebp. An attacker can use the ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free. \n",
                  },
               ],
            },
            problemtype: {
               problemtype_data: [
                  {
                     description: [
                        {
                           lang: "en",
                           value: "CWE-415",
                        },
                        {
                           lang: "en",
                           value: "CWE-416",
                        },
                     ],
                  },
               ],
            },
            references: {
               reference_data: [
                  {
                     name: "https://chromium.googlesource.com/webm/libwebp",
                     refsource: "MISC",
                     tags: [
                        "Product",
                     ],
                     url: "https://chromium.googlesource.com/webm/libwebp",
                  },
                  {
                     name: "https://security.gentoo.org/glsa/202309-05",
                     refsource: "MISC",
                     tags: [],
                     url: "https://security.gentoo.org/glsa/202309-05",
                  },
               ],
            },
         },
         impact: {
            baseMetricV3: {
               cvssV3: {
                  attackComplexity: "LOW",
                  attackVector: "NETWORK",
                  availabilityImpact: "HIGH",
                  baseScore: 7.5,
                  baseSeverity: "HIGH",
                  confidentialityImpact: "NONE",
                  integrityImpact: "NONE",
                  privilegesRequired: "NONE",
                  scope: "UNCHANGED",
                  userInteraction: "NONE",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                  version: "3.1",
               },
               exploitabilityScore: 3.9,
               impactScore: 3.6,
            },
         },
         lastModifiedDate: "2023-09-17T09:15Z",
         publishedDate: "2023-06-20T12:15Z",
      },
   },
}


Log in or create an account to share your comment.

Security Advisory comment format.

This schema specifies the format of a comment related to a security advisory.

UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).



Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.