gsd-2022-22753
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
A Time-of-Check Time-of-Use bug existed in the Maintenance (Updater) Service that could be abused to grant Users write access to an arbitrary directory. This could have been used to escalate to SYSTEM access.<br>*This bug only affects Firefox on Windows. Other operating systems are unaffected.*. This vulnerability affects Firefox < 97, Thunderbird < 91.6, and Firefox ESR < 91.6.
Aliases
Aliases



{
   GSD: {
      alias: "CVE-2022-22753",
      description: "A Time-of-Check Time-of-Use bug existed in the Maintenance (Updater) Service that could be abused to grant Users write access to an arbitrary directory. This could have been used to escalate to SYSTEM access.<br>*This bug only affects Firefox on Windows. Other operating systems are unaffected.*. This vulnerability affects Firefox < 97, Thunderbird < 91.6, and Firefox ESR < 91.6.",
      id: "GSD-2022-22753",
   },
   gsd: {
      affected: [
         {
            package: {
               ecosystem: "Mozilla",
               name: "Thunderbird",
            },
            ranges: [
               {
                  events: [
                     {
                        fixed: "91.6",
                     },
                     {
                        introduced: "0",
                     },
                  ],
                  type: "SEMVER",
               },
            ],
            version: [],
         },
         {
            package: {
               ecosystem: "Mozilla",
               name: "Firefox ESR",
            },
            ranges: [
               {
                  events: [
                     {
                        fixed: "91.6",
                     },
                     {
                        introduced: "0",
                     },
                  ],
                  type: "SEMVER",
               },
            ],
            version: [],
         },
         {
            package: {
               ecosystem: "Mozilla",
               name: "Firefox",
            },
            ranges: [
               {
                  events: [
                     {
                        fixed: "97",
                     },
                     {
                        introduced: "0",
                     },
                  ],
                  type: "SEMVER",
               },
            ],
            version: [],
         },
      ],
      alias: [
         "CVE-2022-22753",
      ],
      database_specific: {
         GSD: {
            alias: "CVE-2022-22753",
            id: "GSD-2022-22753",
            references: [
               "https://www.suse.com/security/cve/CVE-2022-22753.html",
            ],
         },
      },
      details: "A Time-of-Check Time-of-Use bug existed in the Maintenance (Updater) Service that could be abused to grant Users write access to an arbitrary directory. This could have been used to escalate to SYSTEM access.<br>*This bug only affects Firefox on Windows. Other operating systems are unaffected.*. This vulnerability affects Thunderbird < 91.6, Firefox ESR < 91.6, and Firefox < 97.",
      id: "GSD-2022-22753",
      metadata: {
         exploitCode: "unknown",
         remediation: "unknown",
         reportConfidence: "confirmed",
         type: "vulnerability",
      },
      modified: "2022-09-27T16:35:17.578362Z",
      osvSchema: {
         aliases: [
            "CVE-2022-22753",
         ],
         details: "A Time-of-Check Time-of-Use bug existed in the Maintenance (Updater) Service that could be abused to grant Users write access to an arbitrary directory. This could have been used to escalate to SYSTEM access.<br>*This bug only affects Firefox on Windows. Other operating systems are unaffected.*. This vulnerability affects Firefox < 97, Thunderbird < 91.6, and Firefox ESR < 91.6.",
         id: "GSD-2022-22753",
         modified: "2023-12-13T01:19:29.971923Z",
         schema_version: "1.4.0",
      },
      references: [
         {
            type: "ADVISORY",
            url: "https://www.mozilla.org/security/advisories/mfsa2022-04/",
         },
         {
            type: "ADVISORY",
            url: "https://www.mozilla.org/security/advisories/mfsa2022-06/",
         },
         {
            type: "ADVISORY",
            url: "https://www.mozilla.org/security/advisories/mfsa2022-05/",
         },
         {
            type: "ADVISORY",
            url: "https://bugzilla.mozilla.org/show_bug.cgi?id=1732435",
         },
         {
            type: "ADVISORY",
            url: "https://www.suse.com/security/cve/CVE-2022-22753.html",
         },
      ],
      schema_version: "1.3.0",
      summary: "A Time-of-Check Time-of-Use bug existed in the Maintenance (Updater) Service that could be abused to grant Users write access to an arbitrary directory. This could have been used to escalate to SYSTEM access.<br>*This bug only affects Firefox on Windows. Other operating systems are unaffected.*. This vulnerability affects Thunderbird < 91.6, Firefox ESR < 91.6, and Firefox < 97.",
   },
   namespaces: {
      "cve.org": {
         CVE_data_meta: {
            ASSIGNER: "security@mozilla.org",
            ID: "CVE-2022-22753",
            STATE: "PUBLIC",
         },
         affects: {
            vendor: {
               vendor_data: [
                  {
                     product: {
                        product_data: [
                           {
                              product_name: "Firefox",
                              version: {
                                 version_data: [
                                    {
                                       version_affected: "<",
                                       version_value: "97",
                                    },
                                 ],
                              },
                           },
                           {
                              product_name: "Thunderbird",
                              version: {
                                 version_data: [
                                    {
                                       version_affected: "<",
                                       version_value: "91.6",
                                    },
                                 ],
                              },
                           },
                           {
                              product_name: "Firefox ESR",
                              version: {
                                 version_data: [
                                    {
                                       version_affected: "<",
                                       version_value: "91.6",
                                    },
                                 ],
                              },
                           },
                        ],
                     },
                     vendor_name: "Mozilla",
                  },
               ],
            },
         },
         data_format: "MITRE",
         data_type: "CVE",
         data_version: "4.0",
         description: {
            description_data: [
               {
                  lang: "eng",
                  value: "A Time-of-Check Time-of-Use bug existed in the Maintenance (Updater) Service that could be abused to grant Users write access to an arbitrary directory. This could have been used to escalate to SYSTEM access.<br>*This bug only affects Firefox on Windows. Other operating systems are unaffected.*. This vulnerability affects Firefox < 97, Thunderbird < 91.6, and Firefox ESR < 91.6.",
               },
            ],
         },
         problemtype: {
            problemtype_data: [
               {
                  description: [
                     {
                        lang: "eng",
                        value: "Privilege Escalation to SYSTEM on Windows via Maintenance Service",
                     },
                  ],
               },
            ],
         },
         references: {
            reference_data: [
               {
                  name: "https://www.mozilla.org/security/advisories/mfsa2022-05/",
                  refsource: "MISC",
                  url: "https://www.mozilla.org/security/advisories/mfsa2022-05/",
               },
               {
                  name: "https://www.mozilla.org/security/advisories/mfsa2022-04/",
                  refsource: "MISC",
                  url: "https://www.mozilla.org/security/advisories/mfsa2022-04/",
               },
               {
                  name: "https://www.mozilla.org/security/advisories/mfsa2022-06/",
                  refsource: "MISC",
                  url: "https://www.mozilla.org/security/advisories/mfsa2022-06/",
               },
               {
                  name: "https://bugzilla.mozilla.org/show_bug.cgi?id=1732435",
                  refsource: "MISC",
                  url: "https://bugzilla.mozilla.org/show_bug.cgi?id=1732435",
               },
            ],
         },
      },
      "mozilla.org": {
         CVE_data_meta: {
            ASSIGNER: "security@mozilla.org",
            ID: "CVE-2022-22753",
         },
         affects: {
            vendor: {
               vendor_data: [
                  {
                     product: {
                        product_data: [
                           {
                              product_name: "Thunderbird",
                              version: {
                                 version_data: [
                                    {
                                       version_affected: "<",
                                       version_value: "91.6",
                                    },
                                 ],
                              },
                           },
                           {
                              product_name: "Firefox ESR",
                              version: {
                                 version_data: [
                                    {
                                       version_affected: "<",
                                       version_value: "91.6",
                                    },
                                 ],
                              },
                           },
                           {
                              product_name: "Firefox",
                              version: {
                                 version_data: [
                                    {
                                       version_affected: "<",
                                       version_value: "97",
                                    },
                                 ],
                              },
                           },
                        ],
                     },
                     vendor_name: "Mozilla",
                  },
               ],
            },
         },
         data_format: "MITRE",
         data_type: "CVE",
         data_version: "4.0",
         description: {
            description_data: [
               {
                  lang: "eng",
                  value: "A Time-of-Check Time-of-Use bug existed in the Maintenance (Updater) Service that could be abused to grant Users write access to an arbitrary directory. This could have been used to escalate to SYSTEM access.<br>*This bug only affects Firefox on Windows. Other operating systems are unaffected.*. This vulnerability affects Thunderbird < 91.6, Firefox ESR < 91.6, and Firefox < 97.",
               },
            ],
         },
         problemtype: {
            problemtype_data: [
               {
                  description: [
                     {
                        lang: "eng",
                        value: "Privilege Escalation to SYSTEM on Windows via Maintenance Service",
                     },
                  ],
               },
            ],
         },
         references: {
            reference_data: [
               {
                  url: "https://www.mozilla.org/security/advisories/mfsa2022-04/",
               },
               {
                  url: "https://www.mozilla.org/security/advisories/mfsa2022-06/",
               },
               {
                  url: "https://www.mozilla.org/security/advisories/mfsa2022-05/",
               },
               {
                  url: "https://bugzilla.mozilla.org/show_bug.cgi?id=1732435",
               },
            ],
         },
      },
      "nvd.nist.gov": {
         configurations: {
            CVE_data_version: "4.0",
            nodes: [
               {
                  children: [
                     {
                        children: [],
                        cpe_match: [
                           {
                              cpe23Uri: "cpe:2.3:a:mozilla:firefox:*:*:*:*:*:*:*:*",
                              cpe_name: [],
                              versionEndExcluding: "97.0",
                              vulnerable: true,
                           },
                           {
                              cpe23Uri: "cpe:2.3:a:mozilla:firefox_esr:*:*:*:*:*:*:*:*",
                              cpe_name: [],
                              versionEndExcluding: "91.6",
                              vulnerable: true,
                           },
                           {
                              cpe23Uri: "cpe:2.3:a:mozilla:thunderbird:*:*:*:*:*:*:*:*",
                              cpe_name: [],
                              versionEndExcluding: "91.6",
                              vulnerable: true,
                           },
                        ],
                        operator: "OR",
                     },
                     {
                        children: [],
                        cpe_match: [
                           {
                              cpe23Uri: "cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*",
                              cpe_name: [],
                              vulnerable: false,
                           },
                        ],
                        operator: "OR",
                     },
                  ],
                  cpe_match: [],
                  operator: "AND",
               },
            ],
         },
         cve: {
            CVE_data_meta: {
               ASSIGNER: "security@mozilla.org",
               ID: "CVE-2022-22753",
            },
            data_format: "MITRE",
            data_type: "CVE",
            data_version: "4.0",
            description: {
               description_data: [
                  {
                     lang: "en",
                     value: "A Time-of-Check Time-of-Use bug existed in the Maintenance (Updater) Service that could be abused to grant Users write access to an arbitrary directory. This could have been used to escalate to SYSTEM access.<br>*This bug only affects Firefox on Windows. Other operating systems are unaffected.*. This vulnerability affects Firefox < 97, Thunderbird < 91.6, and Firefox ESR < 91.6.",
                  },
               ],
            },
            problemtype: {
               problemtype_data: [
                  {
                     description: [
                        {
                           lang: "en",
                           value: "CWE-367",
                        },
                     ],
                  },
               ],
            },
            references: {
               reference_data: [
                  {
                     name: "https://bugzilla.mozilla.org/show_bug.cgi?id=1732435",
                     refsource: "MISC",
                     tags: [
                        "Exploit",
                        "Issue Tracking",
                        "Vendor Advisory",
                     ],
                     url: "https://bugzilla.mozilla.org/show_bug.cgi?id=1732435",
                  },
                  {
                     name: "https://www.mozilla.org/security/advisories/mfsa2022-06/",
                     refsource: "MISC",
                     tags: [
                        "Vendor Advisory",
                     ],
                     url: "https://www.mozilla.org/security/advisories/mfsa2022-06/",
                  },
                  {
                     name: "https://www.mozilla.org/security/advisories/mfsa2022-05/",
                     refsource: "MISC",
                     tags: [
                        "Vendor Advisory",
                     ],
                     url: "https://www.mozilla.org/security/advisories/mfsa2022-05/",
                  },
                  {
                     name: "https://www.mozilla.org/security/advisories/mfsa2022-04/",
                     refsource: "MISC",
                     tags: [
                        "Vendor Advisory",
                     ],
                     url: "https://www.mozilla.org/security/advisories/mfsa2022-04/",
                  },
               ],
            },
         },
         impact: {
            baseMetricV3: {
               cvssV3: {
                  attackComplexity: "HIGH",
                  attackVector: "NETWORK",
                  availabilityImpact: "HIGH",
                  baseScore: 7.1,
                  baseSeverity: "HIGH",
                  confidentialityImpact: "HIGH",
                  integrityImpact: "HIGH",
                  privilegesRequired: "LOW",
                  scope: "UNCHANGED",
                  userInteraction: "REQUIRED",
                  vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
                  version: "3.1",
               },
               exploitabilityScore: 1.2,
               impactScore: 5.9,
            },
         },
         lastModifiedDate: "2022-12-29T23:03Z",
         publishedDate: "2022-12-22T20: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.