gsd-2022-35912
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
In grails-databinding in Grails before 3.3.15, 4.x before 4.1.1, 5.x before 5.1.9, and 5.2.x before 5.2.1 (at least when certain Java 8 configurations are used), data binding allows a remote attacker to execute code by gaining access to the class loader.
Aliases
Aliases



{
  "GSD": {
    "alias": "CVE-2022-35912",
    "description": "In grails-databinding in Grails before 3.3.15, 4.x before 4.1.1, 5.x before 5.1.9, and 5.2.x before 5.2.1 (at least when certain Java 8 configurations are used), data binding allows a remote attacker to execute code by gaining access to the class loader.",
    "id": "GSD-2022-35912",
    "references": [
      "https://security.archlinux.org/CVE-2022-35912"
    ]
  },
  "gsd": {
    "metadata": {
      "exploitCode": "unknown",
      "remediation": "unknown",
      "reportConfidence": "confirmed",
      "type": "vulnerability"
    },
    "osvSchema": {
      "aliases": [
        "CVE-2022-35912"
      ],
      "details": "In grails-databinding in Grails before 3.3.15, 4.x before 4.1.1, 5.x before 5.1.9, and 5.2.x before 5.2.1 (at least when certain Java 8 configurations are used), data binding allows a remote attacker to execute code by gaining access to the class loader.",
      "id": "GSD-2022-35912",
      "modified": "2023-12-13T01:19:33.821154Z",
      "schema_version": "1.4.0"
    }
  },
  "namespaces": {
    "cve.org": {
      "CVE_data_meta": {
        "ASSIGNER": "cve@mitre.org",
        "ID": "CVE-2022-35912",
        "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": "In grails-databinding in Grails before 3.3.15, 4.x before 4.1.1, 5.x before 5.1.9, and 5.2.x before 5.2.1 (at least when certain Java 8 configurations are used), data binding allows a remote attacker to execute code by gaining access to the class loader."
          }
        ]
      },
      "problemtype": {
        "problemtype_data": [
          {
            "description": [
              {
                "lang": "eng",
                "value": "n/a"
              }
            ]
          }
        ]
      },
      "references": {
        "reference_data": [
          {
            "name": "https://github.com/grails/grails-core/security/advisories/GHSA-6rh6-x8ww-9h97",
            "refsource": "CONFIRM",
            "url": "https://github.com/grails/grails-core/security/advisories/GHSA-6rh6-x8ww-9h97"
          },
          {
            "name": "https://grails.org/blog/2022-07-18-rce-vulnerability.html",
            "refsource": "CONFIRM",
            "url": "https://grails.org/blog/2022-07-18-rce-vulnerability.html"
          },
          {
            "name": "https://github.com/grails/grails-core/issues/12626",
            "refsource": "CONFIRM",
            "url": "https://github.com/grails/grails-core/issues/12626"
          },
          {
            "name": "[oss-security] 20220720 Grails Framework Remote Code Execution Vulnerability, CVE-2022-35912",
            "refsource": "MLIST",
            "url": "http://www.openwall.com/lists/oss-security/2022/07/20/4"
          }
        ]
      }
    },
    "gitlab.com": {
      "advisories": [
        {
          "affected_range": "[3.3.10,3.3.15),[4.0.0,4.1.1),[5.0.0,5.1.9),[5.2.0]",
          "affected_versions": "All versions starting from 3.3.10 before 3.3.15, all versions starting from 4.0.0 before 4.1.1, all versions starting from 5.0.0 before 5.1.9, version 5.2.0",
          "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-937"
          ],
          "date": "2022-07-27",
          "description": "In grails-databinding in Grails before 3.3.15, 4.x before 4.1.1, 5.x before 5.1.9, and 5.2.x before 5.2.1 (at least when certain Java 8 configurations are used), data binding allows a remote attacker to execute code by gaining access to the class loader.",
          "fixed_versions": [
            "3.3.15",
            "4.1.1",
            "5.1.9",
            "5.2.1"
          ],
          "identifier": "CVE-2022-35912",
          "identifiers": [
            "CVE-2022-35912",
            "GHSA-6rh6-x8ww-9h97"
          ],
          "not_impacted": "All versions before 3.3.10, all versions starting from 3.3.15 before 4.0.0, all versions starting from 4.1.1 before 5.0.0, all versions starting from 5.1.9 before 5.2.0, all versions after 5.2.0",
          "package_slug": "maven/org.grails/grails-core",
          "pubdate": "2022-07-19",
          "solution": "Upgrade to versions 3.3.15, 4.1.1, 5.1.9, 5.2.1 or above.",
          "title": "Remote Code Execution",
          "urls": [
            "https://nvd.nist.gov/vuln/detail/CVE-2022-35912",
            "https://github.com/grails/grails-core/security/advisories/GHSA-6rh6-x8ww-9h97",
            "https://github.com/grails/grails-core/issues/12626",
            "https://grails.org/blog/2022-07-18-rce-vulnerability.html",
            "http://www.openwall.com/lists/oss-security/2022/07/20/4"
          ],
          "uuid": "439df0ee-dde6-403d-8722-d7c87ce4fefc"
        },
        {
          "affected_range": "[3.3.10,3.3.15),[4.0.0,4.1.1),[5.0.0,5.1.9),[5.2.0]",
          "affected_versions": "All versions starting from 3.3.10 before 3.3.15, all versions starting from 4.0.0 before 4.1.1, all versions starting from 5.0.0 before 5.1.9, version 5.2.0",
          "cwe_ids": [
            "CWE-1035",
            "CWE-78",
            "CWE-937"
          ],
          "date": "2022-07-22",
          "description": "In grails-databinding in Grails before 3.3.15, 4.x before 4.1.1, 5.x before 5.1.9, and 5.2.x before 5.2.1 (at least when certain Java 8 configurations are used), data binding allows a remote attacker to execute code by gaining access to the class loader.",
          "fixed_versions": [
            "3.3.15",
            "4.1.1",
            "5.1.9",
            "5.2.1"
          ],
          "identifier": "CVE-2022-35912",
          "identifiers": [
            "GHSA-6rh6-x8ww-9h97",
            "CVE-2022-35912"
          ],
          "not_impacted": "All versions before 3.3.10, all versions starting from 3.3.15 before 4.0.0, all versions starting from 4.1.1 before 5.0.0, all versions starting from 5.1.9 before 5.2.0, all versions after 5.2.0",
          "package_slug": "maven/org.grails/grails-databinding",
          "pubdate": "2022-07-21",
          "solution": "Upgrade to versions 3.3.15, 4.1.1, 5.1.9, 5.2.1 or above.",
          "title": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
          "urls": [
            "https://github.com/grails/grails-core/security/advisories/GHSA-6rh6-x8ww-9h97",
            "https://nvd.nist.gov/vuln/detail/CVE-2022-35912",
            "https://github.com/grails/grails-core/issues/12626",
            "https://grails.org/blog/2022-07-18-rce-vulnerability.html",
            "http://www.openwall.com/lists/oss-security/2022/07/20/4",
            "https://github.com/advisories/GHSA-6rh6-x8ww-9h97"
          ],
          "uuid": "1ba7da3f-cc61-468d-ad68-2dde07abdb69"
        }
      ]
    },
    "nvd.nist.gov": {
      "configurations": {
        "CVE_data_version": "4.0",
        "nodes": [
          {
            "children": [],
            "cpe_match": [
              {
                "cpe23Uri": "cpe:2.3:a:grails:grails:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndExcluding": "5.1.9",
                "versionStartIncluding": "5.0.0",
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:a:grails:grails:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndExcluding": "4.1.1",
                "versionStartIncluding": "4.0.0",
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:a:grails:grails:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndExcluding": "3.3.15",
                "versionStartIncluding": "3.3.10",
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:a:grails:grails:5.2.0:*:*:*:*:*:*:*",
                "cpe_name": [],
                "vulnerable": true
              }
            ],
            "operator": "OR"
          }
        ]
      },
      "cve": {
        "CVE_data_meta": {
          "ASSIGNER": "cve@mitre.org",
          "ID": "CVE-2022-35912"
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "en",
              "value": "In grails-databinding in Grails before 3.3.15, 4.x before 4.1.1, 5.x before 5.1.9, and 5.2.x before 5.2.1 (at least when certain Java 8 configurations are used), data binding allows a remote attacker to execute code by gaining access to the class loader."
            }
          ]
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "en",
                  "value": "NVD-CWE-noinfo"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "https://github.com/grails/grails-core/security/advisories/GHSA-6rh6-x8ww-9h97",
              "refsource": "CONFIRM",
              "tags": [
                "Third Party Advisory"
              ],
              "url": "https://github.com/grails/grails-core/security/advisories/GHSA-6rh6-x8ww-9h97"
            },
            {
              "name": "https://github.com/grails/grails-core/issues/12626",
              "refsource": "CONFIRM",
              "tags": [
                "Issue Tracking",
                "Patch",
                "Third Party Advisory"
              ],
              "url": "https://github.com/grails/grails-core/issues/12626"
            },
            {
              "name": "https://grails.org/blog/2022-07-18-rce-vulnerability.html",
              "refsource": "CONFIRM",
              "tags": [
                "Vendor Advisory"
              ],
              "url": "https://grails.org/blog/2022-07-18-rce-vulnerability.html"
            },
            {
              "name": "[oss-security] 20220720 Grails Framework Remote Code Execution Vulnerability, CVE-2022-35912",
              "refsource": "MLIST",
              "tags": [
                "Mailing List",
                "Third Party Advisory"
              ],
              "url": "http://www.openwall.com/lists/oss-security/2022/07/20/4"
            }
          ]
        }
      },
      "impact": {
        "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": "2022-07-27T22:18Z",
      "publishedDate": "2022-07-19T16: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 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.