Lucene search
+L

65471 matches found

Circl
Circl
added 2026/07/13 5:34 p.m.11 views

CVE-2026-13238

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

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

CVE-2026-61692

creationtimestamp| type| source ---|---|--- 2026-07-13 17:32:26+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mqk7woclfu2l...

6.1AI score
SaveExploits0References1
Circl
Circl
added 2026/07/13 5:32 p.m.13 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.00188EPSS
SaveExploits0References2
Circl
Circl
added 2026/07/13 5:26 p.m.11 views

CVE-2026-12535

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

9.8CVSS6.1AI score0.00564EPSS
SaveExploits0References1
Circl
Circl
added 2026/07/13 5:26 p.m.13 views

CVE-2026-11909

creationtimestamp| type| source ---|---|--- 2026-07-13 17:26:05+00:00| seen| https://bsky.app/profile/stackflag.bsky.social/post/3mqk7lcy44r2f...

3.3CVSS6.1AI score0.00208EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/07/13 5:00 p.m.16 views

Decidim: Private exports can be downloaded through reusable links

Description The normal downloadyourdata flow requires the requester to be logged in as the export owner, but the resulting Active Storage blob redirect URL can be replayed without authentication by anyone who obtains it. Technical description This private export flow turns an authenticated,...

6.5CVSS6.1AI score0.00274EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/13 5:00 p.m.8 views

GHSA-767H-63J4-5226 Decidim: Private exports can be downloaded through reusable links

Description The normal downloadyourdata flow requires the requester to be logged in as the export owner, but the resulting Active Storage blob redirect URL can be replayed without authentication by anyone who obtains it. Technical description This private export flow turns an authenticated,...

6.5CVSS6.1AI score0.00274EPSS
SaveExploits0References3
Circl
Circl
added 2026/07/13 4:00 p.m.14 views

CVE-2026-57799

creationtimestamp| type| source ---|---|--- 2026-07-13 16:00:05+00:00| seen| https://bsky.app/profile/kriptabiz.bsky.social/post/3mqk2rka7sj26 2026-07-16 08:02:01+00:00| seen| https://bsky.app/profile/khesefxyz.bsky.social/post/3mqqrhgfzm22y...

7.5CVSS6.1AI score0.00511EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/13 3:46 p.m.13 views

PYSEC-2026-2551 Kiwi TCMS vulnerable to stored XSS via JavaScript: URI in extra_link field (TestPlan & TestCase)

Summary In Kiwi TCMS the fields TestCase.extralink and TestPlan.extralink were meant to represent URLs to external resources however in versions prior to 16.1 user input was not being sanitized and values were rendered verbatim which represents an opportunity for cross-site scripting exploitation...

6AI score
SaveExploits0References7
OSV
OSV
added 2026/07/13 3:46 p.m.11 views

PYSEC-2026-2763 Open WebUI: Forged chat-file link allows cross-user file read and deletion

Summary Open WebUI v0.9.5 lets an authenticated user attach arbitrary fileid values to their own chat message without checking whether they own or can read those files. If the attacker then shares that chat and grants themselves read access, hasaccesstofile treats the victim file as accessible...

8.3CVSS6.2AI score0.0042EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/13 3:19 p.m.11 views

PYSEC-2026-2994 pyLoad is vulnerable to stored XSS in Downloads view via unsanitized link URL in packages.js template literal

Summary The packages.js template at src/pyload/webui/app/themes/modern/templates/js/packages.js:172 interpolates a stored link URL into a template literal inside single-quoted HTML and then writes the result to the DOM via $div.htmlhtml. No escaping runs between the API value and innerHTML. An...

8.7CVSS6.2AI score0.00199EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/13 3:19 p.m.8 views

PYSEC-2026-2738 Open WebUI Vulnerable to Cross-Site Request Forgery (CSRF) via Image URL Manipulation

Summary An application-wide Cross-Site Request Forgery CSRF vulnerability was found Open-WebUl's image uploading functionality. An attacker can set an image URL to a malicious endpoint, allowing them to perform actions on behalf of a victim user. Any authenticated user can exploit this...

4.6CVSS6.1AI score0.00165EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/13 3:15 p.m.9 views

PYSEC-2026-2868 pgAdmin 4 File Manager has symbolic-link path traversal

Symbolic-link path traversal CWE-61, CWE-22 in pgAdmin 4 File Manager. checkaccesspermission used os.path.abspath, which resolves '..' but does not resolve symbolic links, while the subsequent kernel write follows symlinks. An authenticated user could plant a symbolic link inside their own storag...

8.1CVSS7AI score0.00359EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/13 3:15 p.m.9 views

PYSEC-2026-2651 Mistune has a ReDoS in LINK_TITLE_RE that allows denial of service via crafted Markdown input

Summary A ReDoS Regular Expression Denial of Service vulnerability in LINKTITLERE allows an attacker who can supply Markdown for parsing to cause denial of service. A crafted 58-byte Markdown document blocks the parser for approximately 6 seconds measured on Apple M2, Python 3.14.3, with...

8.7CVSS6.2AI score0.00517EPSS
SaveExploits0References6
Circl
Circl
added 2026/07/13 2:45 p.m.14 views

CVE-2026-59215

creationtimestamp| type| source ---|---|--- 2026-07-13 14:45:47+00:00| seen| https://bsky.app/profile/kriptabiz.bsky.social/post/3mqjwmojf6i2w 2026-07-16 08:01:04+00:00| seen| https://bsky.app/profile/khesefxyz.bsky.social/post/3mqqrfqpnso2p 2026-07-24 18:35:06+00:00| published-proof-of-concept|...

3.1CVSS5.8AI score0.00323EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/13 2:36 p.m.10 views

PYSEC-2026-2997 pyload-ng has a WebUI JSON permission mismatch that lets ADD/DELETE users invoke MODIFY-only actions

Summary Several WebUI JSON endpoints enforce weaker permissions than the core API methods they invoke. This allows authenticated low-privileged users to execute MODIFY operations that should be denied by pyLoad's own permission model. Confirmed mismatches: - ADD user can reorder packages/files...

5.4CVSS6.3AI score0.00219EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/13 2:36 p.m.14 views

PYSEC-2026-3410 vLLM: Server-Side Request Forgery (SSRF) in `download_bytes_from_url `

Summary A Server Side Request Forgery SSRF vulnerability in downloadbytesfromurl allows any actor who can control batch input JSON to make the vLLM batch runner issue arbitrary HTTP/HTTPS requests from the server, without any URL validation or domain restrictions. This can be used to target...

5.4CVSS6.1AI score0.00246EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/13 2:20 p.m.10 views

PYSEC-2026-2534 JupyterLab vulnerable to potential authentication and CSRF tokens leak

Impact Users of JupyterLab who click on a malicious link may get their Authorization and XSRFToken tokens exposed to a third party when running an older jupyter-server version. Patches JupyterLab 4.1.0b2, 4.0.11, and 3.6.7 were patched. Workarounds No workaround has been identified, however users...

7.6CVSS6.7AI score0.00665EPSS
SaveExploits0References9
GithubExploit
GithubExploit
added 2026/07/13 1:26 p.m.89 views

Exploit for CVE-2026-46529

─── CVE-2026-46529 ─── 🏴 AMN SECURITY 🏴 مركز أب...

8.4CVSS6.5AI score0.00529EPSS
SaveExploits1
Circl
Circl
added 2026/07/13 1:19 p.m.12 views

CVE-2026-9824

creationtimestamp| type| source ---|---|--- 2026-07-13 13:19:51+00:00| seen| https://bsky.app/profile/kriptabiz.bsky.social/post/3mqjrszmrjk2s 2026-07-13 14:03:26+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mqjuaxgcny27 2026-07-13 18:19:38+00:00| seen|...

4.3CVSS6.1AI score0.0027EPSS
SaveExploits0References5
Rows per page
Query Builder