Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-u29a-rxyq-aubh
Summary
With the following crawler configuration:

```python
from bs4 import BeautifulSoup as Soup

url = "https://example.com"
loader = RecursiveUrlLoader(
    url=url, max_depth=2, extractor=lambda x: Soup(x, "html.parser").text
)
docs = loader.load()
```

An attacker in control of the contents of `https://example.com` could place a malicious HTML file in there with links like "https://example.completely.different/my_file.html" and the crawler would proceed to download that file as well even though `prevent_outside=True`.

https://github.com/langchain-ai/langchain/blob/bf0b3cc0b5ade1fb95a5b1b6fa260e99064c2e22/libs/community/langchain_community/document_loaders/recursive_url_loader.py#L51-L51

Resolved in https://github.com/langchain-ai/langchain/pull/15559
Aliases
0
alias CVE-2024-0243
1
alias GHSA-h9j7-5xvc-qhg5
2
alias PYSEC-2024-235
Fixed_packages
0
url pkg:pypi/langchain@0.1.0
purl pkg:pypi/langchain@0.1.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-23um-cqks-tkc5
1
vulnerability VCID-964p-24u8-yucb
2
vulnerability VCID-fdk5-mhqa-mqgw
3
vulnerability VCID-m5uw-4tqc-3ub8
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/langchain@0.1.0
1
url pkg:pypi/langchain-exa@0.1.0
purl pkg:pypi/langchain-exa@0.1.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-f71e-h861-6qh6
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/langchain-exa@0.1.0
Affected_packages
0
url pkg:pypi/langchain-exa@0.0.1
purl pkg:pypi/langchain-exa@0.0.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-f71e-h861-6qh6
1
vulnerability VCID-u29a-rxyq-aubh
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/langchain-exa@0.0.1
References
0
reference_url https://github.com/langchain-ai/langchain
reference_id
reference_type
scores
url https://github.com/langchain-ai/langchain
1
reference_url https://github.com/langchain-ai/langchain/blob/bf0b3cc0b5ade1fb95a5b1b6fa260e99064c2e22/libs/community/langchain_community/document_loaders/recursive_url_loader.py#L51-L51
reference_id
reference_type
scores
url https://github.com/langchain-ai/langchain/blob/bf0b3cc0b5ade1fb95a5b1b6fa260e99064c2e22/libs/community/langchain_community/document_loaders/recursive_url_loader.py#L51-L51
2
reference_url https://github.com/langchain-ai/langchain/commit/bf0b3cc0b5ade1fb95a5b1b6fa260e99064c2e22
reference_id
reference_type
scores
0
value 8.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
url https://github.com/langchain-ai/langchain/commit/bf0b3cc0b5ade1fb95a5b1b6fa260e99064c2e22
3
reference_url https://github.com/langchain-ai/langchain/pull/15559
reference_id
reference_type
scores
0
value 8.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
url https://github.com/langchain-ai/langchain/pull/15559
4
reference_url https://github.com/pypa/advisory-database/tree/main/vulns/langchain-exa/PYSEC-2024-235.yaml
reference_id
reference_type
scores
url https://github.com/pypa/advisory-database/tree/main/vulns/langchain-exa/PYSEC-2024-235.yaml
5
reference_url https://huntr.com/bounties/370904e7-10ac-40a4-a8d4-e2d16e1ca861
reference_id
reference_type
scores
0
value 8.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
url https://huntr.com/bounties/370904e7-10ac-40a4-a8d4-e2d16e1ca861
6
reference_url https://nvd.nist.gov/vuln/detail/CVE-2024-0243
reference_id CVE-2024-0243
reference_type
scores
url https://nvd.nist.gov/vuln/detail/CVE-2024-0243
7
reference_url https://github.com/advisories/GHSA-h9j7-5xvc-qhg5
reference_id GHSA-h9j7-5xvc-qhg5
reference_type
scores
url https://github.com/advisories/GHSA-h9j7-5xvc-qhg5
Weaknesses
0
cwe_id 918
name Server-Side Request Forgery (SSRF)
description The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.
1
cwe_id 937
name OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013.
2
cwe_id 1035
name OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017.
Exploits
Severity_range_score8.1 - 8.1
Exploitabilitynull
Weighted_severitynull
Risk_scorenull
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-u29a-rxyq-aubh