Lucene search
+L

1249146 matches found

EUVD
EUVD
added 2026/08/20 6:15 p.m.8 views

EUVD-2026-63572

A flaw was found in Submariner. This vulnerability allows a malicious cluster spoke to redirect network traffic from other connected clusters peer clusters by publishing a specially crafted network endpoint. The system fails to properly validate the network subnets provided by the malicious...

9.9CVSS5.6AI score0.00287EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/20 6:15 p.m.30 views

CVE-2026-66785

Submariner is affected by a critical traffic-hijacking flaw (CVSS 9.9 ). A malicious connected cluster (spoke) can publish a specially crafted network endpoint whose unvalidated endpoint.spec.subnets are propagated into WireGuard allowedips or IPSec configurations on peer clusters. This allows th...

9.9CVSS5.6AI score0.00287EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/20 6:15 p.m.8 views

CVE-2026-54481

A flaw was found in Gitea. The internal API HTTP client is configured to skip Transport Layer Security TLS certificate verification, which is an insecure practice. A remote attacker on the same network segment could exploit this vulnerability to perform man-in-the-middle MITM attacks. This allows...

7.5CVSS7.5AI score0.00294EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/20 6:09 p.m.15 views

EUVD-2026-63570

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.9, page duplication lacks an object-level authorization check on the source page. In cms/admin/forms.py, DuplicatePageForm.source accepts any Page, the AddPageForm constructor...

6.5CVSS5.3AI score0.00239EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/20 6:07 p.m.22 views

CVE-2026-61663

The render_object_structure view in django CMS (4.0.0–5.0.x) lacked object-level authorization for non-PageContent models using PlaceholderRelationField. An authenticated staff user without cms.use_structure or model-level permissions could request the structure endpoint with guessed IDs to discl...

4.3CVSS5.3AI score0.00199EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/20 6:07 p.m.13 views

EUVD-2026-63569

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.9, renderobjectstructure fails to authorize non-PageContent objects that use PlaceholderRelationField. An active staff user without cms.usestructure or model-level view or chan...

4.3CVSS5.3AI score0.00199EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 6:07 p.m.9 views

CVE-2026-61663 django CMS: Missing authorization in `render_object_structure` discloses non-PageContent placeholder structure to low-privileged staff

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.9, renderobjectstructure fails to authorize non-PageContent objects that use PlaceholderRelationField. An active staff user without cms.usestructure or model-level view or chan...

4.3CVSS5.4AI score
SaveExploits0References6
OSV
OSV
added 2026/08/20 6:06 p.m.11 views

CVE-2026-54622 django CMS: Clipboard copy IDOR discloses unauthorized plugin content

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.8, the copyplugins endpoint in cms/admin/placeholderadmin.py authorizes only the destination clipboard. The copyplugintoclipboard and copyplaceholdertoclipboard paths accept...

6.5CVSS5.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/20 6:06 p.m.30 views

CVE-2026-54622 django CMS: Clipboard copy IDOR discloses unauthorized plugin content

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.8, the copyplugins endpoint in cms/admin/placeholderadmin.py authorizes only the destination clipboard. The copyplugintoclipboard and copyplaceholdertoclipboard paths accept...

6.5CVSS0.00239EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/20 6:04 p.m.23 views

CVE-2026-54624

In django CMS before 5.0.8, the structure endpoint in cms/views.py renders structure.html without calling user_can_view_page(), unlike edit/preview endpoints. A low-privileged staff user can read restricted pages' plugin short descriptions (link names, URLs, snippets) when CMS_PERMISSION=True and...

6.5CVSS5.3AI score0.00244EPSS
SaveExploits0References4
Circl
Circl
added 2026/08/20 6:00 p.m.12 views

CVE-2026-77176

creationtimestamp| type| source ---|---|--- 2026-08-20 18:00:59+00:00| seen| https://bsky.app/profile/thehackerwire.bsky.social/post/3mtjtap5dbe2z 2026-08-21 02:02:29+00:00| seen| https://bsky.app/profile/securityonline.bsky.social/post/3mtko5oxiwy2e...

8.1CVSS4.8AI score0.00411EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/08/20 5:59 p.m.7 views

urwid: Urwid: Predictable session IDs lead to remote code execution and information disclosure

A flaw was found in the urwid web display backend. This vulnerability arises from the use of a cryptographically insecure pseudo-random number generator PRNG for web session identifiers, making them predictable. An attacker could either observe enough session IDs to reconstruct the PRNG state or,...

9.2CVSS5.4AI score0.00421EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2026/08/20 5:59 p.m.12 views

Important: Red Hat Security Advisory: python-urwid security update

An update for python-urwid is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On. Red Hat Product Security has rated this update as having a security impact of Important. A Common...

9.2CVSS6.3AI score0.00421EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/20 5:58 p.m.27 views

CVE-2026-54625 django CMS: Page cache ignores plugin-declared Vary headers (disclosure & poisoning)

django CMS is a content management system powered by Django. Prior to 5.0.8 and in 5.1.0a1, the django CMS page cache in cms/cache/page.py ignores request headers declared by plugins through getvarycacheon. The pagecachekey function includes the cache prefix, site, language, path, and timezone bu...

4.8CVSS0.00147EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/08/20 5:47 p.m.11 views

CVE-2026-66785

A flaw was found in Submariner. This vulnerability allows a malicious cluster spoke to redirect network traffic from other connected clusters peer clusters by publishing a specially crafted network endpoint. The system fails to properly validate the network subnets provided by the malicious...

9.9CVSS5.1AI score0.00287EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/20 5:40 p.m.7 views

CVE-2026-73255

Mongoose is an embedded web server and network library. Prior to 7.22, an attacker who can control an SSI-enabled file can place directory traversal sequences in an include file or include virtual directive. The mgssi function in src/ssi.c concatenates the directive argument into a filesystem pat...

6.5CVSS5.4AI score0.00594EPSS
SaveExploits0
CVE
CVE
added 2026/08/20 5:40 p.m.23 views

CVE-2026-73255

CVE-2026-73255 is a path traversal vulnerability in Mongoose (an embedded web server and network library) prior to version 7.22 . The root cause is in the mg_ssi() function in src/ssi.c , which concatenates the #include or #include virtual directive argument into a filesystem path without calling...

6.5CVSS5.2AI score0.00594EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/20 5:19 p.m.9 views

CVE-2026-65842

Plate is a rich-text editor with AI and shadcn/ui. Prior to 53.3.2, @platejs/docx-io fetches remote image URLs while converting attacker-controlled HTML through htmlToDocxBlob in a server-side or privileged environment. The converter can make requests to internal network resources and include the...

8.2CVSS0.00301EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 5:19 p.m.8 views

DEBIAN-CVE-2026-63481

Hurl is a command line tool that runs and tests HTTP requests defined in plain text files. In version 8.0.1 and earlier, the redirect handling in packages/hurl/src/http/client.rs strips Authorization and Cookie headers and basic-auth credentials when a redirect changes host, but it carries...

6.9CVSS5.6AI score0.00467EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/08/20 5:18 p.m.9 views

CVE-2026-74324

A flaw was found in the mt7925 Wi-Fi driver of the Linux kernel. An attacker could exploit this vulnerability by providing a specially crafted firmware response during a test mode query. This improper validation of the response length can lead to a buffer over-read, potentially disclosing sensiti...

5.5CVSS5.8AI score0.00166EPSS
SaveExploits0References4
Rows per page
Query Builder