Lucene search
+L

111126 matches found

Cvelist
Cvelist
added 2026/07/13 6:04 p.m.44 views

CVE-2026-58228 Scheme validation bypass in Phoenix.LiveView.Utils leads to XSS via <.link>

Cross-site scripting vulnerability in phoenixframework phoenixliveview allows an attacker to bypass URL scheme validation and execute JavaScript in a victim's browser session. The Phoenix.LiveView.Utils.validdestination!/2 and Phoenix.LiveView.Utils.validlivenavigationdestination!/2 functions in...

5CVSS0.00382EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/13 6:04 p.m.16 views

EEF-CVE-2026-58228 Scheme validation bypass in Phoenix.LiveView.Utils leads to XSS via <.link>

Summary Cross-site scripting vulnerability in phoenixframework phoenix\live\view allows an attacker to bypass URL scheme validation and execute JavaScript in a victim's browser session. The Phoenix.LiveView.Utils.valid\destination!/2 and Phoenix.LiveView.Utils.valid\live\navigation\destination!/2...

5CVSS6.2AI score0.00382EPSS
SaveExploits0References4
Circl
Circl
added 2026/07/13 6:02 p.m.13 views

CVE-2026-57795

creationtimestamp| type| source ---|---|--- 2026-07-13 18:02:21+00:00| seen| https://bsky.app/profile/kriptabiz.bsky.social/post/3mqkbm5fcyv22 2026-07-16 08:04:27+00:00| seen| https://bsky.app/profile/khesefxyz.bsky.social/post/3mqqrlsl2lh2g...

7.5CVSS6.1AI score0.0037EPSS
SaveExploits0References2
Circl
Circl
added 2026/07/13 5:36 p.m.13 views

CVE-2026-13240

creationtimestamp| type| source ---|---|--- 2026-07-13 17:36:06+00:00| seen| https://bsky.app/profile/stackflag.bsky.social/post/3mqka5a775724...

6.5CVSS6.1AI score0.00159EPSS
SaveExploits0References1
Circl
Circl
added 2026/07/13 5:34 p.m.13 views

CVE-2026-13237

creationtimestamp| type| source ---|---|--- 2026-07-13 17:34:04+00:00| seen| https://bsky.app/profile/stackflag.bsky.social/post/3mqk7zm334g2v...

4.8CVSS6.1AI score0.00168EPSS
SaveExploits0References1
Circl
Circl
added 2026/07/13 5:32 p.m.12 views

CVE-2026-13236

creationtimestamp| type| source ---|---|--- 2026-07-13 17:32:05+00:00| seen| https://bsky.app/profile/stackflag.bsky.social/post/3mqk7w2sdkl2b 2026-07-21 04:45:08+00:00| seen| https://jvn.jp/en/jp/JVN20592637...

4.2CVSS4.8AI score0.00145EPSS
SaveExploits0References2
Circl
Circl
added 2026/07/13 5:32 p.m.13 views

CVE-2026-13235

creationtimestamp| type| source ---|---|--- 2026-07-13 17:32:04+00:00| seen| https://bsky.app/profile/stackflag.bsky.social/post/3mqk7vzdsnp24...

3.3CVSS6.1AI score0.00161EPSS
SaveExploits0References1
Circl
Circl
added 2026/07/13 5:11 p.m.14 views

GHSA-RWCV-WHM8-FMXM

creationtimestamp| type| source ---|---|--- 2026-07-13 17:11:49+00:00| seen| https://gist.github.com/alon710/1cf437e22a892172012205a9b0e24d57...

6.1AI score
SaveExploits0References1
OSV
OSV
added 2026/07/13 3:46 p.m.13 views

PYSEC-2026-2614 `lxml_html_clean.Cleaner` does not strip `javascript:` URLs from namespaced URL attributes

lxmlhtmlclean.Cleaner does not strip javascript: URLs from namespaced URL attributes xlink:href Reporter: Guillem Lefait · Date: 2026-05-10 Affected: lxml ≤ 6.1.0 and lxmlhtmlclean ≤ 0.4.4 latest stable Confirmed against: lxml 6.1.0 + lxmlhtmlclean 0.4.4 on Python 3.13.5, 3.14.4, and 3.15.0a8...

8.2CVSS6.2AI score0.0024EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/13 3:46 p.m.17 views

PYSEC-2026-3412 WeasyPrint has CSS Injection via Presentational Hints

Summary A CSS injection issue exists in WeasyPrint when HTML presentational hints are enabled. Unescaped attribute values are embedded into CSS, allowing injection of arbitrary CSS declarations. This affects applications processing untrusted HTML input. Details File: weasyprint/css/init.py The...

6.5CVSS6.2AI score0.00273EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/13 3:46 p.m.13 views

PYSEC-2026-2481 flyto-core has SSRF guard bypass via IPv6 transition addresses (IPv4-mapped / 6to4 / NAT64) in validate_url_ssrf

Summary flyto-core's SSRF protection validateurlssrf / isprivateip in src/core/utils.py blocks private and metadata destinations by resolving the host and testing the resulting IP for membership in a hardcoded PRIVATEIPRANGES list. That list contains only the native RFC 1918 / loopback / link-loc...

7.1CVSS6.2AI score
SaveExploits0References5
OSV
OSV
added 2026/07/13 3:46 p.m.11 views

PYSEC-2026-2718 Open WebUI: Authenticated users can target arbitrary configured Ollama backends via unguarded url_idx path parameter

Summary Several direct, index-addressed Ollama proxy routes accept a caller-supplied urlidx path parameter and use it as a raw index into the admin-configured OLLAMABASEURLS list. Access control on these routes validates only whether the user may use the requested model, never which backend the...

6.3CVSS6.2AI score0.0021EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/13 3:46 p.m.10 views

PYSEC-2026-2690 Open WebUI: Redirect-Bypass SSRF in OAuth `_process_picture_url` (incomplete-fix sibling of CVE-2026-45401)

Summary backend/openwebui/utils/oauth.py::processpictureurl v0.9.5, lines 1435-1470 calls validateurlpictureurl on the initial URL only, then invokes aiohttp.ClientSession.getpictureurl, ... without allowredirects=False. aiohttp's default is allowredirects=True, maxredirects=10; the function does...

8.5CVSS6.1AI score0.00231EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/13 3:46 p.m.10 views

PYSEC-2026-2766 Open WebUI: Cross-user file disclosure via /api/chat/completions image_url field

summary POST /api/chat/completions accepts an imageurl.url value that, when it does NOT start with http://, https://, or data:image/, is interpreted as a file id and resolved against the global file table with no ownership check. An authenticated user can therefore set imageurl.url to another...

6.5CVSS6AI score0.00267EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/13 3:35 p.m.8 views

PYSEC-2026-2345 Apache Airflow: Authenticated users can bypass the `is_safe_url` check

A bug in the login redirect route in Apache Airflow allowed authenticated users to craft URLs that bypassed the issafeurl check, enabling redirection from a trusted Airflow domain to an attacker-controlled origin. Users are advised to upgrade to apache-airflow 3.2.2 or later. As a defense-in-dept...

7.2CVSS6.1AI score0.00649EPSS
SaveExploits0References7
PyPA
PyPA
added 2026/07/13 3:35 p.m.21 views

PraisonAI spider_tools SSRF protection bypass via alternate loopback host encodings

SummaryPraisonAI's spidertools URL validation can be bypassed using alternate loopback host encodings.The affected component is:textpraisonaiagents/tools/spidertools.pyThe tool contains a URL validation function intended to block local or unsafe targets before fetching attacker-controlled URLs...

5.5CVSS6.3AI score0.00165EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/13 3:35 p.m.13 views

PYSEC-2026-2902 PraisonAI spider_tools SSRF protection bypass via alternate loopback host encodings

Summary PraisonAI's spidertools URL validation can be bypassed using alternate loopback host encodings. The affected component is: text praisonaiagents/tools/spidertools.py The tool contains a URL validation function intended to block local or unsafe targets before fetching attacker-controlled...

5.5CVSS6.3AI score0.00165EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/13 3:35 p.m.11 views

PYSEC-2026-2942 PraisonAI CLI automatically resolves @url mentions in prompt text and can read loopback URLs into model context

Summary PraisonAI's direct-prompt CLI automatically expands @url: mentions in raw prompt text before agent execution begins. If a prompt contains @url:, the CLI calls MentionsParser.process.... The @url: handler then performs a direct urllib.request.urlopen request to the attacker-controlled URL...

5.5CVSS6.2AI score0.00129EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/13 3:19 p.m.11 views

PYSEC-2026-2611 local-deep-research has an SSRF bypass in `safe_get`

Summary The URL checking logic in local-deep-research has a logical flaw that could be bypassed by attackers, leading to SSRF attacks. Details The current project uses validateurl to validate the input URL. The main logic is to perform security checks on the host portion of the URL extracted by...

5CVSS6.2AI score0.00247EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/13 3:19 p.m.11 views

PYSEC-2026-2430 Crawlee for Python: SSRF via sitemap-derived URLs

Overview - Vulnerability type: Blind SSRF - Affected components: src/crawlee/utils/sitemap.py, src/crawlee/utils/robots.py, src/crawlee/requestloaders/sitemaprequestloader.py, and all built-in HTTP clients. - Trigger: an attacker-controlled sitemap or robots.txt containing a URL that points to an...

2.3CVSS6.5AI score0.00286EPSS
SaveExploits0References6
Rows per page
Query Builder