Lucene search
+L

65269 matches found

Circl
Circl
added 2026/06/24 6:16 p.m.11 views

CVE-2026-53129

creationtimestamp| type| source ---|---|--- 2026-06-24 18:16:45+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mp2jkgsgap2i...

7.8CVSS5.8AI score0.00117EPSS
SaveExploits0References1
Circl
Circl
added 2026/06/24 6:12 p.m.11 views

CVE-2026-53124

creationtimestamp| type| source ---|---|--- 2026-06-24 18:12:52+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mp2jdhyq422q...

5.5CVSS5.8AI score0.001EPSS
SaveExploits0References1
Circl
Circl
added 2026/06/24 6:11 p.m.18 views

CVE-2026-53118

creationtimestamp| type| source ---|---|--- 2026-06-24 18:11:07+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mp2jabs7vk2p...

7.8CVSS5.8AI score0.00119EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/06/24 6:7 p.m.36 views

CVE-2026-53947 Ghost: Member existence leak via magic link sign-in response

Ghost is a Node.js content management system. From 5.18.0 until 6.21.1, a discrepancy in responses from the members signin endpoints made it possible for an unauthenticated attacker to determine whether a given email address belongs to a registered member of a Ghost site. This vulnerability is...

5.3CVSS0.00206EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 6:7 p.m.13 views

CVE-2026-53947 Ghost: Member existence leak via magic link sign-in response

Ghost is a Node.js content management system. From 5.18.0 until 6.21.1, a discrepancy in responses from the members signin endpoints made it possible for an unauthenticated attacker to determine whether a given email address belongs to a registered member of a Ghost site. This vulnerability is...

5.3CVSS5.9AI score
SaveExploits0References3
CVE
CVE
added 2026/06/24 6:7 p.m.61 views

CVE-2026-53947

Ghost (Node.js CMS) contains a member existence leak via the magic link sign-in flow in versions 5.18.0–6.21.0, caused by differing responses from the members signin endpoints. An unauthenticated user could confirm whether an email is registered on a Ghost site. The issue is fixed in version 6.21...

5.3CVSS5.9AI score0.00206EPSS
SaveExploits0References1
Circl
Circl
added 2026/06/24 5:55 p.m.15 views

CVE-2026-12537

creationtimestamp| type| source ---|---|--- 2026-06-24 17:55:17+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mp2ie25yct2k 2026-06-29 01:20:33+00:00| seen| https://bsky.app/profile/securityonline.bsky.social/post/3mpfd3vdhxd2f 2026-08-08 11:50:10+00:00| seen|...

10CVSS5.2AI score0.00153EPSS
SaveExploits0References4
Circl
Circl
added 2026/06/24 5:40 p.m.15 views

CVE-2026-11878

creationtimestamp| type| source ---|---|--- 2026-06-24 17:40:16+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mp2hj6q7od23 2026-07-20 05:37:07+00:00| seen| https://bsky.app/profile/cyberhub.blog/post/3mr2l7zmipy2l...

8.2CVSS4.8AI score0.00132EPSS
SaveExploits0References2
Circl
Circl
added 2026/06/24 5:37 p.m.15 views

CVE-2019-12768

creationtimestamp| type| source ---|---|--- 2026-06-24 17:37:07+00:00| seen| https://bsky.app/profile/cyberhub.blog/post/3mp2hdkb6tm2h...

9.8CVSS5.8AI score0.02291EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/06/24 5:35 p.m.13 views

EUVD-2026-39002

Warp is an agentic development environment. From 0.2023.10.24.08.03.stable00 until 0.2026.05.06.15.42.stable01, Warp may open executable local files through the operating system default file handler. A malicious Markdown document or project can contain a local-file link that appears as normal...

8.8CVSS5.9AI score0.00255EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/24 5:26 p.m.10 views

CVE-2026-54699 Warp: OS command injection when opening terminal links from WSL

Warp is an agentic development environment. From 0.2024.03.12.08.02.stable01 until 0.2026.05.06.15.42.stable01, Warp contains an OS command injection vulnerability in the WSL URL-opening fallback. When Warp is running under WSL and cannot open a URL through wslview, it falls back to a Windows...

7.7CVSS6AI score
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/06/24 5:17 p.m.12 views

CVE-2026-53042

In the Linux kernel, the following vulnerability has been resolved: fwctl: Fix class init ordering to avoid NULL pointer dereference on device removal CXL is linked before fwctl in drivers/Makefile. Both use moduleinit, so cxlpcidriverinit runs first. When cxlpciprobe calls fwctlregister and then...

5.5CVSS5.4AI score0.00121EPSS
SaveExploits0References8
Circl
Circl
added 2026/06/24 5:7 p.m.11 views

CVE-2020-35173

creationtimestamp| type| source ---|---|--- 2026-06-24 17:07:06+00:00| seen| https://bsky.app/profile/cyberhub.blog/post/3mp2fnv6bi32r...

9.8CVSS5.8AI score0.01704EPSS
SaveExploits0References1
CVE
CVE
added 2026/06/24 5:5 p.m.61 views

CVE-2026-49851

Mistune (Python Markdown parser) prior to 3.3.0 is vulnerable to CPU exhaustion DoS due to quadratic-time behavior in parse_link_text when parsing many consecutive '[' characters. The code repeatedly scans input with a regex inside a loop, yielding O(n^2) runtime on affected inputs and enabling a...

8.7CVSS5.9AI score0.00346EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/06/24 5:5 p.m.13 views

CVE-2026-49851 Mistune: Potential DoS via quadratic-time parsing in parse_link_text

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, Mistune is vulnerable to a CPU exhaustion DoS due to superlinear approximately On² behavior in parselinktext. When parsing Markdown containing many consecutive characters, parselinktext repeatedly scans the input usin...

8.7CVSS5.9AI score0.00346EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/06/24 5:5 p.m.36 views

CVE-2026-49851 Mistune: Potential DoS via quadratic-time parsing in parse_link_text

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, Mistune is vulnerable to a CPU exhaustion DoS due to superlinear approximately On² behavior in parselinktext. When parsing Markdown containing many consecutive characters, parselinktext repeatedly scans the input usin...

8.7CVSS0.00346EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/06/24 5:5 p.m.9 views

CVE-2026-49851

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, Mistune is vulnerable to a CPU exhaustion DoS due to superlinear approximately On² behavior in parselinktext. When parsing Markdown containing many consecutive characters, parselinktext repeatedly scans the input usin...

8.7CVSS5.9AI score0.00346EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/06/24 5:5 p.m.11 views

CVE-2026-49851 Mistune: Potential DoS via quadratic-time parsing in parse_link_text

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, Mistune is vulnerable to a CPU exhaustion DoS due to superlinear approximately On² behavior in parselinktext. When parsing Markdown containing many consecutive characters, parselinktext repeatedly scans the input usin...

8.7CVSS7.1AI score
SaveExploits0References6
Circl
Circl
added 2026/06/24 5:2 p.m.11 views

CVE-2026-56121

creationtimestamp| type| source ---|---|--- 2026-06-24 17:02:50+00:00| seen| https://bsky.app/profile/securitycyberuk.bsky.social/post/3mp2fgb4nax2n 2026-06-24 18:05:18+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mp2ivxcg222z 2026-07-13 22:00:16+00:00| seen|...

9.8CVSS4.8AI score0.01143EPSS
SaveExploits2References4
OSV
OSV
added 2026/06/24 4:29 p.m.9 views

CVE-2026-53042 fwctl: Fix class init ordering to avoid NULL pointer dereference on device removal

In the Linux kernel, the following vulnerability has been resolved: fwctl: Fix class init ordering to avoid NULL pointer dereference on device removal CXL is linked before fwctl in drivers/Makefile. Both use moduleinit, so cxlpcidriverinit runs first. When cxlpciprobe calls fwctlregister and then...

5.8AI score
SaveExploits0References6
Rows per page
Query Builder