GSD-2023-36189
Vulnerability from gsd - Updated: 2023-12-13 01:20Details
SQL injection vulnerability in langchain before v0.0.247 allows a remote attacker to obtain sensitive information via the SQLDatabaseChain component.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2023-36189",
"id": "GSD-2023-36189"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2023-36189"
],
"details": "SQL injection vulnerability in langchain before v0.0.247 allows a remote attacker to obtain sensitive information via the SQLDatabaseChain component.",
"id": "GSD-2023-36189",
"modified": "2023-12-13T01:20:33.860012Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2023-36189",
"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": "SQL injection vulnerability in langchain before v0.0.247 allows a remote attacker to obtain sensitive information via the SQLDatabaseChain component."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://gist.github.com/rharang/9c58d39db8c01db5b7c888e467c0533f",
"refsource": "MISC",
"url": "https://gist.github.com/rharang/9c58d39db8c01db5b7c888e467c0533f"
},
{
"name": "https://github.com/hwchase17/langchain/issues/5923",
"refsource": "MISC",
"url": "https://github.com/hwchase17/langchain/issues/5923"
},
{
"name": "https://github.com/hwchase17/langchain/pull/6051",
"refsource": "MISC",
"url": "https://github.com/hwchase17/langchain/pull/6051"
},
{
"name": "https://github.com/langchain-ai/langchain/issues/5923#issuecomment-1696053841",
"refsource": "MISC",
"url": "https://github.com/langchain-ai/langchain/issues/5923#issuecomment-1696053841"
}
]
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "==0.0.64",
"affected_versions": "Version 0.0.64",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-89",
"CWE-937"
],
"date": "2023-07-12",
"description": "SQL injection vulnerability in langchain v.0.0.64 allows a remote attacker to obtain sensitive information via the SQLDatabaseChain component.",
"fixed_versions": [
"0.0.65"
],
"identifier": "CVE-2023-36189",
"identifiers": [
"CVE-2023-36189"
],
"not_impacted": "All versions before 0.0.64, all versions after 0.0.64",
"package_slug": "pypi/langchain",
"pubdate": "2023-07-06",
"solution": "Upgrade to version 0.0.65 or above.",
"title": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2023-36189",
"https://github.com/hwchase17/langchain/pull/6051",
"https://github.com/hwchase17/langchain/issues/5923"
],
"uuid": "3a8ac40f-c293-4fd8-bd2b-4a402502d3d8"
}
]
},
"nvd.nist.gov": {
"cve": {
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:langchain:langchain:0.0.64:*:*:*:*:*:*:*",
"matchCriteriaId": "0D9CEC27-1B1B-4365-82F1-2538DD3F158D",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "SQL injection vulnerability in langchain before v0.0.247 allows a remote attacker to obtain sensitive information via the SQLDatabaseChain component."
}
],
"id": "CVE-2023-36189",
"lastModified": "2023-12-26T18:15:07.903",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2023-07-06T14:15:10.707",
"references": [
{
"source": "cve@mitre.org",
"url": "https://gist.github.com/rharang/9c58d39db8c01db5b7c888e467c0533f"
},
{
"source": "cve@mitre.org",
"tags": [
"Exploit"
],
"url": "https://github.com/hwchase17/langchain/issues/5923"
},
{
"source": "cve@mitre.org",
"tags": [
"Patch"
],
"url": "https://github.com/hwchase17/langchain/pull/6051"
},
{
"source": "cve@mitre.org",
"url": "https://github.com/langchain-ai/langchain/issues/5923#issuecomment-1696053841"
}
],
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-89"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
}
}
}
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…
Loading…