{
  "document": {
    "aggregate_severity": {
      "text": "High"
    },
    "category": "csaf_vex",
    "csaf_version": "2.0",
    "distribution": {
      "text": "TuxCare License Agreement",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Cloud Linux Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://tuxcare.com/contact/",
      "name": "TuxCare",
      "namespace": "https://tuxcare.com/"
    },
    "references": [
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.tuxcare.com/csaf/v2/els_os/centos7els/vex/2023/cve-2023-45133-els_os-centos7els.json"
      }
    ],
    "tracking": {
      "current_release_date": "2026-06-12T15:55:02Z",
      "generator": {
        "date": "2026-06-12T15:55:02Z",
        "engine": {
          "name": "pyCSAF"
        }
      },
      "id": "CVE-2023-45133-ELS_OS-CENTOS7ELS",
      "initial_release_date": "2023-10-12T17:15:00Z",
      "revision_history": [
        {
          "date": "2023-10-12T17:15:00Z",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-06-12T15:55:02Z",
          "number": "2",
          "summary": "Official Publication"
        }
      ],
      "status": "final",
      "version": "2"
    },
    "title": "Security update on CVE-2023-45133"
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Community Enterprise Operating System 7",
                "product": {
                  "name": "Community Enterprise Operating System 7",
                  "product_id": "CentOS-7",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:centos:centos:7:*:*:*:*:*:*:*"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Community Enterprise Operating System"
          }
        ],
        "category": "vendor",
        "name": "Red Hat, Inc."
      },
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "babel-0:0.9.6-8.el7.tuxcare.els1.noarch",
                "product": {
                  "name": "babel-0:0.9.6-8.el7.tuxcare.els1.noarch",
                  "product_id": "babel-0:0.9.6-8.el7.tuxcare.els1.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/tuxcare/babel@0.9.6-8.el7.tuxcare.els1?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-babel-0:0.9.6-8.el7.tuxcare.els1.noarch",
                "product": {
                  "name": "python-babel-0:0.9.6-8.el7.tuxcare.els1.noarch",
                  "product_id": "python-babel-0:0.9.6-8.el7.tuxcare.els1.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/tuxcare/python-babel@0.9.6-8.el7.tuxcare.els1?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "TuxCare"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "babel-0:0.9.6-8.el7.tuxcare.els1.noarch as a component of Community Enterprise Operating System 7",
          "product_id": "CentOS-7:babel-0:0.9.6-8.el7.tuxcare.els1.noarch"
        },
        "product_reference": "babel-0:0.9.6-8.el7.tuxcare.els1.noarch",
        "relates_to_product_reference": "CentOS-7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-babel-0:0.9.6-8.el7.tuxcare.els1.noarch as a component of Community Enterprise Operating System 7",
          "product_id": "CentOS-7:python-babel-0:0.9.6-8.el7.tuxcare.els1.noarch"
        },
        "product_reference": "python-babel-0:0.9.6-8.el7.tuxcare.els1.noarch",
        "relates_to_product_reference": "CentOS-7"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2023-45133",
      "cwe": {
        "id": "CWE-184",
        "name": "Incomplete List of Disallowed Inputs"
      },
      "notes": [
        {
          "category": "description",
          "text": "Babel is a compiler for writingJavaScript. In `@babel/traverse` prior to versions 7.23.2 and 8.0.0-alpha.4 and all versions of `babel-traverse`, using Babel to compile code that was specifically crafted by an attacker can lead to arbitrary code execution during compilation, when using plugins that rely on the `path.evaluate()`or `path.evaluateTruthy()` internal Babel methods. Known affected plugins are `@babel/plugin-transform-runtime`; `@babel/preset-env` when using its `useBuiltIns` option; and any \"polyfill provider\" plugin that depends on `@babel/helper-define-polyfill-provider`, such as `babel-plugin-polyfill-corejs3`, `babel-plugin-polyfill-corejs2`, `babel-plugin-polyfill-es-shims`, `babel-plugin-polyfill-regenerator`. No other plugins under the `@babel/` namespace are impacted, but third-party plugins might be. Users that only compile trusted code are not impacted. The vulnerability has been fixed in `@babel/traverse@7.23.2` and `@babel/traverse@8.0.0-alpha.4`. Those who cannot upgrade `@babel/traverse` and are using one of the affected packages mentioned above should upgrade them to their latest version to avoid triggering the vulnerable code path in affected `@babel/traverse` versions: `@babel/plugin-transform-runtime` v7.23.2, `@babel/preset-env` v7.23.2, `@babel/helper-define-polyfill-provider` v0.4.3, `babel-plugin-polyfill-corejs2` v0.4.6, `babel-plugin-polyfill-corejs3` v0.8.5, `babel-plugin-polyfill-es-shims` v0.10.0, `babel-plugin-polyfill-regenerator` v0.5.3.",
          "title": "Vulnerability description"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        },
        {
          "category": "other",
          "text": "TuxCare has assessed that this vulnerability does not impact any currently supported TuxCare products. This evaluation may change as new information becomes available. For additional details regarding this vulnerability and affected products, refer to the provided references.",
          "title": "Statement"
        }
      ],
      "product_status": {
        "known_not_affected": [
          "CentOS-7:babel-0:0.9.6-8.el7.tuxcare.els1.noarch",
          "CentOS-7:python-babel-0:0.9.6-8.el7.tuxcare.els1.noarch"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els/cve/CVE-2023-45133"
        },
        {
          "category": "external",
          "summary": "https://github.com/babel/babel/commit/b13376b346946e3f62fc0848c1d2a23223314c82",
          "url": "https://github.com/babel/babel/commit/b13376b346946e3f62fc0848c1d2a23223314c82"
        },
        {
          "category": "external",
          "summary": "https://github.com/babel/babel/pull/16033",
          "url": "https://github.com/babel/babel/pull/16033"
        },
        {
          "category": "external",
          "summary": "https://github.com/babel/babel/releases/tag/v7.23.2",
          "url": "https://github.com/babel/babel/releases/tag/v7.23.2"
        },
        {
          "category": "external",
          "summary": "https://github.com/babel/babel/releases/tag/v8.0.0-alpha.4",
          "url": "https://github.com/babel/babel/releases/tag/v8.0.0-alpha.4"
        },
        {
          "category": "external",
          "summary": "https://github.com/babel/babel/security/advisories/GHSA-67hx-6x53-jw92",
          "url": "https://github.com/babel/babel/security/advisories/GHSA-67hx-6x53-jw92"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2023/10/msg00026.html",
          "url": "https://lists.debian.org/debian-lts-announce/2023/10/msg00026.html"
        },
        {
          "category": "external",
          "summary": "https://www.debian.org/security/2023/dsa-5528",
          "url": "https://www.debian.org/security/2023/dsa-5528"
        }
      ],
      "release_date": "2023-10-12T17:15:00Z",
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CentOS-7:babel-0:0.9.6-8.el7.tuxcare.els1.noarch",
            "CentOS-7:python-babel-0:0.9.6-8.el7.tuxcare.els1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        },
        {
          "category": "impact",
          "date": "2026-06-12T12:59:17.996777Z",
          "details": "CVE-2023-45133 only affects Babel’s @babel/traverse (and legacy babel-traverse) during compilation of attacker‑supplied JavaScript when using plugins that invoke path.evaluate()/path.evaluateTruthy (e.g., @babel/preset-env with useBuiltIns, @babel/plugin-transform-runtime, or polyfill‑provider plugins); it is a build‑time issue, not a runtime one. The environment in scope does not run Babel to transpile untrusted input on production hosts—JavaScript is built from trusted sources outside these systems—so the vulnerable compile‑time code path is not reachable.",
          "product_ids": [
            "CentOS-7:babel-0:0.9.6-8.el7.tuxcare.els1.noarch",
            "CentOS-7:python-babel-0:0.9.6-8.el7.tuxcare.els1.noarch"
          ]
        }
      ]
    }
  ]
}