GSD-2019-11325

Vulnerability from gsd - Updated: 2023-12-13 01:24
Details
An issue was discovered in Symfony before 4.2.12 and 4.3.x before 4.3.8. The VarExport component incorrectly escapes strings, allowing some specially crafted ones to escalate to execution of arbitrary PHP code. This is related to symfony/var-exporter.
Aliases
Aliases

{
  "GSD": {
    "alias": "CVE-2019-11325",
    "description": "An issue was discovered in Symfony before 4.2.12 and 4.3.x before 4.3.8. The VarExport component incorrectly escapes strings, allowing some specially crafted ones to escalate to execution of arbitrary PHP code. This is related to symfony/var-exporter.",
    "id": "GSD-2019-11325"
  },
  "gsd": {
    "metadata": {
      "exploitCode": "unknown",
      "remediation": "unknown",
      "reportConfidence": "confirmed",
      "type": "vulnerability"
    },
    "osvSchema": {
      "aliases": [
        "CVE-2019-11325"
      ],
      "details": "An issue was discovered in Symfony before 4.2.12 and 4.3.x before 4.3.8. The VarExport component incorrectly escapes strings, allowing some specially crafted ones to escalate to execution of arbitrary PHP code. This is related to symfony/var-exporter.",
      "id": "GSD-2019-11325",
      "modified": "2023-12-13T01:24:00.637586Z",
      "schema_version": "1.4.0"
    }
  },
  "namespaces": {
    "cve.org": {
      "CVE_data_meta": {
        "ASSIGNER": "cve@mitre.org",
        "ID": "CVE-2019-11325",
        "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": "An issue was discovered in Symfony before 4.2.12 and 4.3.x before 4.3.8. The VarExport component incorrectly escapes strings, allowing some specially crafted ones to escalate to execution of arbitrary PHP code. This is related to symfony/var-exporter."
          }
        ]
      },
      "problemtype": {
        "problemtype_data": [
          {
            "description": [
              {
                "lang": "eng",
                "value": "n/a"
              }
            ]
          }
        ]
      },
      "references": {
        "reference_data": [
          {
            "name": "https://github.com/symfony/var-exporter/compare/d8bf442...57e00f3",
            "refsource": "MISC",
            "url": "https://github.com/symfony/var-exporter/compare/d8bf442...57e00f3"
          },
          {
            "name": "https://symfony.com/blog/symfony-4-3-8-released",
            "refsource": "CONFIRM",
            "url": "https://symfony.com/blog/symfony-4-3-8-released"
          },
          {
            "name": "https://github.com/symfony/symfony/releases/tag/v4.3.8",
            "refsource": "CONFIRM",
            "url": "https://github.com/symfony/symfony/releases/tag/v4.3.8"
          },
          {
            "name": "https://symfony.com/blog/cve-2019-11325-fix-escaping-of-strings-in-varexporter",
            "refsource": "CONFIRM",
            "url": "https://symfony.com/blog/cve-2019-11325-fix-escaping-of-strings-in-varexporter"
          }
        ]
      }
    },
    "gitlab.com": {
      "advisories": [
        {
          "affected_range": "\u003e=4.2.0,\u003c4.2.12||\u003e=4.3.0,\u003c4.3.8",
          "affected_versions": "All versions starting from 4.2.0 before 4.2.12, all versions starting from 4.3.0 before 4.3.8",
          "cvss_v2": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
          "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
          "cwe_ids": [
            "CWE-1035",
            "CWE-116",
            "CWE-937"
          ],
          "date": "2019-12-02",
          "description": "The `VarExport` component incorrectly escapes strings, allowing some specially crafted ones to escalate to execution of arbitrary PHP code.",
          "fixed_versions": [
            "4.2.12",
            "4.3.8"
          ],
          "identifier": "CVE-2019-11325",
          "identifiers": [
            "CVE-2019-11325"
          ],
          "not_impacted": "All versions before 4.2.0, all versions starting from 4.2.12 before 4.3.0, all versions starting from 4.3.8",
          "package_slug": "packagist/symfony/symfony",
          "pubdate": "2019-11-21",
          "solution": "Upgrade to versions 4.2.12, 4.3.8 or above.",
          "title": "Improper Input Validation",
          "urls": [
            "https://symfony.com/cve-2019-11325"
          ],
          "uuid": "a2af158e-d8a7-4e5c-a800-1195303f9205"
        },
        {
          "affected_range": "\u003e=4.2.0,\u003c4.2.12||\u003e=4.3.0,\u003c4.3.8",
          "affected_versions": "All versions starting from 4.2.0 before 4.2.12, all versions starting from 4.3.0 before 4.3.8",
          "cvss_v2": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
          "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
          "cwe_ids": [
            "CWE-1035",
            "CWE-116",
            "CWE-937"
          ],
          "date": "2019-12-02",
          "description": "The `VarExport` component incorrectly escapes strings, allowing some specially crafted ones to escalate to execution of arbitrary PHP code.",
          "fixed_versions": [
            "4.2.12",
            "4.3.8"
          ],
          "identifier": "CVE-2019-11325",
          "identifiers": [
            "CVE-2019-11325"
          ],
          "not_impacted": "All versions before 4.2.0, all versions starting from 4.2.12 before 4.3.0, all versions starting from 4.3.8",
          "package_slug": "packagist/symfony/var-exporter",
          "pubdate": "2019-11-21",
          "solution": "Upgrade to versions 4.2.12, 4.3.8 or above.",
          "title": "Improper Input Validation",
          "urls": [
            "https://symfony.com/cve-2019-11325"
          ],
          "uuid": "02a570f2-1e15-4b50-8826-580ab14cc32a"
        }
      ]
    },
    "nvd.nist.gov": {
      "configurations": {
        "CVE_data_version": "4.0",
        "nodes": [
          {
            "children": [],
            "cpe_match": [
              {
                "cpe23Uri": "cpe:2.3:a:sensiolabs:symfony:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndExcluding": "4.2.12",
                "versionStartIncluding": "4.2.0",
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:a:sensiolabs:symfony:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndExcluding": "4.3.8",
                "versionStartIncluding": "4.3.0",
                "vulnerable": true
              }
            ],
            "operator": "OR"
          }
        ]
      },
      "cve": {
        "CVE_data_meta": {
          "ASSIGNER": "cve@mitre.org",
          "ID": "CVE-2019-11325"
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "en",
              "value": "An issue was discovered in Symfony before 4.2.12 and 4.3.x before 4.3.8. The VarExport component incorrectly escapes strings, allowing some specially crafted ones to escalate to execution of arbitrary PHP code. This is related to symfony/var-exporter."
            }
          ]
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "en",
                  "value": "CWE-116"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "https://github.com/symfony/var-exporter/compare/d8bf442...57e00f3",
              "refsource": "MISC",
              "tags": [
                "Patch",
                "Third Party Advisory"
              ],
              "url": "https://github.com/symfony/var-exporter/compare/d8bf442...57e00f3"
            },
            {
              "name": "https://github.com/symfony/symfony/releases/tag/v4.3.8",
              "refsource": "CONFIRM",
              "tags": [
                "Release Notes",
                "Third Party Advisory"
              ],
              "url": "https://github.com/symfony/symfony/releases/tag/v4.3.8"
            },
            {
              "name": "https://symfony.com/blog/symfony-4-3-8-released",
              "refsource": "CONFIRM",
              "tags": [
                "Release Notes",
                "Vendor Advisory"
              ],
              "url": "https://symfony.com/blog/symfony-4-3-8-released"
            },
            {
              "name": "https://symfony.com/blog/cve-2019-11325-fix-escaping-of-strings-in-varexporter",
              "refsource": "CONFIRM",
              "tags": [
                "Vendor Advisory"
              ],
              "url": "https://symfony.com/blog/cve-2019-11325-fix-escaping-of-strings-in-varexporter"
            }
          ]
        }
      },
      "impact": {
        "baseMetricV2": {
          "acInsufInfo": false,
          "cvssV2": {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 7.5,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
            "version": "2.0"
          },
          "exploitabilityScore": 10.0,
          "impactScore": 6.4,
          "obtainAllPrivilege": false,
          "obtainOtherPrivilege": false,
          "obtainUserPrivilege": false,
          "severity": "HIGH",
          "userInteractionRequired": false
        },
        "baseMetricV3": {
          "cvssV3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "exploitabilityScore": 3.9,
          "impactScore": 5.9
        }
      },
      "lastModifiedDate": "2020-08-24T17:37Z",
      "publishedDate": "2019-11-21T23:15Z"
    }
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

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…