Lucene search
+L

3 matches found

OSV
OSV
added 2026/07/07 11:45 a.m.4 views

PYSEC-2026-1509 langchain Server-Side Request Forgery vulnerability

With the following crawler configuration: python from bs4 import BeautifulSoup as Soup url = "https://example.com" loader = RecursiveUrlLoader url=url, maxdepth=2, extractor=lambda x: Soupx, "html.parser".text docs = loader.load An attacker in control of the contents of https://example.com could...

3.7CVSS6.3AI score0.00517EPSS
SaveExploits1References9
Prion
Prion
added 2024/02/26 4:27 p.m.39 views

Design/Logic Flaw

With the following crawler configuration: python from bs4 import BeautifulSoup as Soup url = "https://example.com" loader = RecursiveUrlLoader url=url, maxdepth=2, extractor=lambda x: Soupx, "html.parser".text docs = loader.load An attacker in control of the contents of https://example.com could...

2.3CVSS7.1AI score0.00517EPSS
SaveExploits1References3
OSV
OSV
added 2024/02/24 5:59 p.m.16 views

CVE-2024-0243 Server-side Request Forgery In Recursive URL Loader

With the following crawler configuration: python from bs4 import BeautifulSoup as Soup url = "https://example.com" loader = RecursiveUrlLoader url=url, maxdepth=2, extractor=lambda x: Soupx, "html.parser".text docs = loader.load An attacker in control of the contents of https://example.com could...

3.7CVSS6.3AI score0.00517EPSS
SaveExploits1References5
Rows per page
Query Builder