cve-2024-24565
Vulnerability from cvelistv5
Published
2024-01-30 16:46
Modified
2024-08-23 19:32
Summary
CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of data in real-time. There is a COPY FROM function in the CrateDB database that is used to import file data into database tables. This function has a flaw, and authenticated attackers can use the COPY FROM function to import arbitrary file content into database tables, resulting in information leakage. This vulnerability is patched in 5.3.9, 5.4.8, 5.5.4, and 5.6.1.
Impacted products
Vendor Product Version
crate crate Version: < 5.3.9
Version: >= 5.4.0, < 5.4.8
Version: >= 5.5.0, < 5.5.4
Version: >= 5.6.0, < 5.6.1
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-01T23:19:52.900Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "name": "https://github.com/crate/crate/security/advisories/GHSA-475g-vj6c-xf96",
            "tags": [
              "x_refsource_CONFIRM",
              "x_transferred"
            ],
            "url": "https://github.com/crate/crate/security/advisories/GHSA-475g-vj6c-xf96"
          },
          {
            "name": "https://github.com/crate/crate/commit/4e857d675683095945dd524d6ba03e692c70ecd6",
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "https://github.com/crate/crate/commit/4e857d675683095945dd524d6ba03e692c70ecd6"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "affected": [
          {
            "cpes": [
              "cpe:2.3:a:cratedb:cratedb:*:*:*:*:*:*:*:*"
            ],
            "defaultStatus": "unknown",
            "product": "cratedb",
            "vendor": "cratedb",
            "versions": [
              {
                "lessThan": "5.3.9",
                "status": "affected",
                "version": "0",
                "versionType": "custom"
              },
              {
                "lessThan": "5.4.8",
                "status": "affected",
                "version": "5.4.0",
                "versionType": "custom"
              },
              {
                "lessThan": "5.5.4",
                "status": "affected",
                "version": "5.5.0",
                "versionType": "custom"
              },
              {
                "lessThan": "5.6.1",
                "status": "affected",
                "version": "5.6.0",
                "versionType": "custom"
              }
            ]
          }
        ],
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-24565",
                "options": [
                  {
                    "Exploitation": "poc"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-08-23T19:29:50.519568Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-08-23T19:32:35.447Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "crate",
          "vendor": "crate",
          "versions": [
            {
              "status": "affected",
              "version": "\u003c 5.3.9"
            },
            {
              "status": "affected",
              "version": "\u003e= 5.4.0, \u003c 5.4.8"
            },
            {
              "status": "affected",
              "version": "\u003e= 5.5.0, \u003c 5.5.4"
            },
            {
              "status": "affected",
              "version": "\u003e= 5.6.0, \u003c 5.6.1"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of data in real-time. There is a COPY FROM function in the CrateDB database that is used to import file data into database tables. This function has a flaw, and authenticated attackers can use the COPY FROM function to import arbitrary file content into database tables, resulting in information leakage. This vulnerability is patched in 5.3.9, 5.4.8, 5.5.4, and 5.6.1."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 5.7,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-22",
              "description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2024-01-30T16:46:15.200Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/crate/crate/security/advisories/GHSA-475g-vj6c-xf96",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/crate/crate/security/advisories/GHSA-475g-vj6c-xf96"
        },
        {
          "name": "https://github.com/crate/crate/commit/4e857d675683095945dd524d6ba03e692c70ecd6",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/crate/crate/commit/4e857d675683095945dd524d6ba03e692c70ecd6"
        }
      ],
      "source": {
        "advisory": "GHSA-475g-vj6c-xf96",
        "discovery": "UNKNOWN"
      },
      "title": "CrateDB database has an arbitrary file read vulnerability"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2024-24565",
    "datePublished": "2024-01-30T16:46:15.200Z",
    "dateReserved": "2024-01-25T15:09:40.209Z",
    "dateUpdated": "2024-08-23T19:32:35.447Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-24565\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-01-30T17:15:12.110\",\"lastModified\":\"2024-11-21T08:59:25.960\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of data in real-time. There is a COPY FROM function in the CrateDB database that is used to import file data into database tables. This function has a flaw, and authenticated attackers can use the COPY FROM function to import arbitrary file content into database tables, resulting in information leakage. This vulnerability is patched in 5.3.9, 5.4.8, 5.5.4, and 5.6.1.\"},{\"lang\":\"es\",\"value\":\"CrateDB es una base de datos SQL distribuida que simplifica el almacenamiento y an\u00e1lisis de cantidades masivas de datos en tiempo real. Hay una funci\u00f3n COPIAR DESDE en la base de datos CrateDB que se utiliza para importar datos de archivos a tablas de bases de datos. Esta funci\u00f3n tiene un defecto y los atacantes autenticados pueden utilizar la funci\u00f3n COPIAR DE para importar contenido de archivos arbitrario en tablas de bases de datos, lo que provoca una fuga de informaci\u00f3n. Esta vulnerabilidad est\u00e1 parcheada en 5.3.9, 5.4.8, 5.5.4 y 5.6.1.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N\",\"baseScore\":5.7,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.1,\"impactScore\":3.6},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-22\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:cratedb:cratedb:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"5.3.9\",\"matchCriteriaId\":\"FAF44B85-F769-493B-A674-7A8456A874F8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:cratedb:cratedb:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.4.0\",\"versionEndExcluding\":\"5.4.8\",\"matchCriteriaId\":\"64B0DBA5-7EA3-4398-ACF8-D852EFA5C744\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:cratedb:cratedb:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.5.0\",\"versionEndExcluding\":\"5.5.4\",\"matchCriteriaId\":\"A4ABD3EE-2E41-4CF6-BC26-F947BB6499E2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:cratedb:cratedb:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.6.0\",\"versionEndExcluding\":\"5.6.1\",\"matchCriteriaId\":\"80901C4B-6B82-40BF-BC22-DA206B95003C\"}]}]}],\"references\":[{\"url\":\"https://github.com/crate/crate/commit/4e857d675683095945dd524d6ba03e692c70ecd6\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/crate/crate/security/advisories/GHSA-475g-vj6c-xf96\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/crate/crate/commit/4e857d675683095945dd524d6ba03e692c70ecd6\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/crate/crate/security/advisories/GHSA-475g-vj6c-xf96\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/crate/crate/security/advisories/GHSA-475g-vj6c-xf96\", \"name\": \"https://github.com/crate/crate/security/advisories/GHSA-475g-vj6c-xf96\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/crate/crate/commit/4e857d675683095945dd524d6ba03e692c70ecd6\", \"name\": \"https://github.com/crate/crate/commit/4e857d675683095945dd524d6ba03e692c70ecd6\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-01T23:19:52.900Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-24565\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-08-23T19:29:50.519568Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:cratedb:cratedb:*:*:*:*:*:*:*:*\"], \"vendor\": \"cratedb\", \"product\": \"cratedb\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"5.3.9\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"5.4.0\", \"lessThan\": \"5.4.8\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"5.5.0\", \"lessThan\": \"5.5.4\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"5.6.0\", \"lessThan\": \"5.6.1\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-08-23T19:32:19.301Z\"}}], \"cna\": {\"title\": \"CrateDB database has an arbitrary file read vulnerability\", \"source\": {\"advisory\": \"GHSA-475g-vj6c-xf96\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.7, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"crate\", \"product\": \"crate\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 5.3.9\"}, {\"status\": \"affected\", \"version\": \"\u003e= 5.4.0, \u003c 5.4.8\"}, {\"status\": \"affected\", \"version\": \"\u003e= 5.5.0, \u003c 5.5.4\"}, {\"status\": \"affected\", \"version\": \"\u003e= 5.6.0, \u003c 5.6.1\"}]}], \"references\": [{\"url\": \"https://github.com/crate/crate/security/advisories/GHSA-475g-vj6c-xf96\", \"name\": \"https://github.com/crate/crate/security/advisories/GHSA-475g-vj6c-xf96\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/crate/crate/commit/4e857d675683095945dd524d6ba03e692c70ecd6\", \"name\": \"https://github.com/crate/crate/commit/4e857d675683095945dd524d6ba03e692c70ecd6\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of data in real-time. There is a COPY FROM function in the CrateDB database that is used to import file data into database tables. This function has a flaw, and authenticated attackers can use the COPY FROM function to import arbitrary file content into database tables, resulting in information leakage. This vulnerability is patched in 5.3.9, 5.4.8, 5.5.4, and 5.6.1.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-22\", \"description\": \"CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-01-30T16:46:15.200Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-24565\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-08-23T19:32:35.447Z\", \"dateReserved\": \"2024-01-25T15:09:40.209Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-01-30T16:46:15.200Z\", \"assignerShortName\": \"GitHub_M\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }
  }
}


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.