Lucene search
+L

128434 matches found

OSV
OSV
added 2026/07/28 3:36 p.m.8 views

CVE-2026-66751 Let's Chat 0.3.0 - 0.4.8 Improper Authorization via DELETE /rooms/:room

Let's Chat 0.3.0 through 0.4.8 contains an improper authorization vulnerability that allows any authenticated user to archive any room on the server by sending a DELETE request to the rooms handler without ownership verification. Attackers can enumerate room IDs via the rooms listing endpoint and...

5.3CVSS5.9AI score
SaveExploits0References5
CVE
CVE
added 2026/07/28 3:36 p.m.28 views

CVE-2026-66751

CVE-2026-66751 affects Let’s Chat 0.3.0–0.4.8. The issue is an improper authorization in the server’s room deletion flow: any authenticated user can archive any room by sending a DELETE to the rooms handler without ownership verification. Attackers can enumerate room IDs via the rooms listing end...

5.4CVSS5.9AI score0.00213EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/07/28 3:36 p.m.8 views

CVE-2026-66751

Let's Chat 0.3.0 through 0.4.8 contains an improper authorization vulnerability that allows any authenticated user to archive any room on the server by sending a DELETE request to the rooms handler without ownership verification. Attackers can enumerate room IDs via the rooms listing endpoint and...

5.4CVSS5.9AI score0.00213EPSS
SaveExploits1References3Affected Software1
EUVD
EUVD
added 2026/07/28 3:33 p.m.10 views

EUVD-2026-49876

Let's Chat 0.3.0 through 0.4.8 contains a broken access control vulnerability that allows authenticated attackers to download file attachments from private and password-protected rooms they are not a member of by exploiting missing room membership checks in the file retrieval route. Attackers can...

5.3CVSS5.8AI score0.00263EPSS
SaveExploits1References2
CVE
CVE
added 2026/07/28 3:33 p.m.25 views

CVE-2026-66750

CVE-2026-66750 affects Let’s Chat versions 0.3.0–0.4.8. The vulnerability arises in the file retrieval route (GET /files/:id/:name) where access control only enforces login, ignoring room membership checks (Room.canJoin). As a result, authenticated attackers can download file attachments from pri...

5.3CVSS5.8AI score0.00263EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/07/28 3:33 p.m.13 views

CVE-2026-66750 Let's Chat 0.3.0 - 0.4.8 Broken Access Control File Disclosure via GET /files route

Let's Chat 0.3.0 through 0.4.8 contains a broken access control vulnerability that allows authenticated attackers to download file attachments from private and password-protected rooms they are not a member of by exploiting missing room membership checks in the file retrieval route. Attackers can...

5.3CVSS5.8AI score0.00263EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/07/28 3:30 p.m.12 views

CVE-2026-66749 Let's Chat 0.4.0 - 0.4.8 Denial of Service via Null Dereference in Room Lookup

Let's Chat 0.4.0 through 0.4.8 contains a null dereference vulnerability that allows authenticated attackers to crash the server by supplying a valid 24-character hex string room parameter that matches no document in the database. Attackers can send a crafted GET /messages request causing an...

7.1CVSS5.9AI score0.00311EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/07/28 3:30 p.m.12 views

EUVD-2026-49874

Let's Chat 0.4.0 through 0.4.8 contains a null dereference vulnerability that allows authenticated attackers to crash the server by supplying a valid 24-character hex string room parameter that matches no document in the database. Attackers can send a crafted GET /messages request causing an...

7.1CVSS5.9AI score0.00311EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/07/28 3:30 p.m.35 views

CVE-2026-66749 Let's Chat 0.4.0 - 0.4.8 Denial of Service via Null Dereference in Room Lookup

Let's Chat 0.4.0 through 0.4.8 contains a null dereference vulnerability that allows authenticated attackers to crash the server by supplying a valid 24-character hex string room parameter that matches no document in the database. Attackers can send a crafted GET /messages request causing an...

7.1CVSS0.00311EPSS
SaveExploits1References2
CVE
CVE
added 2026/07/28 3:30 p.m.21 views

CVE-2026-66749

CVE-2026-66749 affects Let's Chat versions 0.4.0–0.4.8. It describes a null dereference that allows an authenticated attacker to crash the Node.js server by supplying a valid 24-character hex room parameter that does not match any document in the database. A crafted GET /messages request triggers...

7.1CVSS5.9AI score0.00311EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/07/28 3:30 p.m.9 views

CVE-2026-66749

Let's Chat 0.4.0 through 0.4.8 contains a null dereference vulnerability that allows authenticated attackers to crash the server by supplying a valid 24-character hex string room parameter that matches no document in the database. Attackers can send a crafted GET /messages request causing an...

7.1CVSS5.9AI score0.00311EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2026/07/28 3:19 p.m.40 views

CVE-2026-66748 Camaleon CMS 2.1.1 - 2.9.1 Authenticated RCE via select_eval Custom Field

Camaleon CMS versions 2.1.1 through 2.9.1 contains an authenticated remote code execution vulnerability that allows users with customfields manage permission to execute arbitrary Ruby code by supplying a malicious expression through the selecteval custom field type. Attackers can store an...

8.8CVSS0.00805EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/28 3:19 p.m.32 views

CVE-2026-66748

Camaleon CMS versions 2.1.1–2.9.1 are affected by an authenticated RCE via the select_eval custom field. Users with custom_fields manage permission can supply a Ruby expression that is stored in the field options and evaluated via instance_eval in an ERB view when a post edit page is rendered, en...

8.8CVSS6.7AI score0.00805EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/28 3:19 p.m.14 views

EUVD-2026-49871

Camaleon CMS versions 2.1.1 through 2.9.1 contains an authenticated remote code execution vulnerability that allows users with customfields manage permission to execute arbitrary Ruby code by supplying a malicious expression through the selecteval custom field type. Attackers can store an...

8.8CVSS6.7AI score0.00805EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/28 3:19 p.m.10 views

CVE-2026-66748 Camaleon CMS 2.1.1 - 2.9.1 Authenticated RCE via select_eval Custom Field

Camaleon CMS versions 2.1.1 through 2.9.1 contains an authenticated remote code execution vulnerability that allows users with customfields manage permission to execute arbitrary Ruby code by supplying a malicious expression through the selecteval custom field type. Attackers can store an...

8.7CVSS6.7AI score
SaveExploits0References10
NVD
NVD
added 2026/07/28 3:17 p.m.12 views

CVE-2026-63727

Anchore Enterprise versions from 5.11.0 to 5.27.1 and 6.0.0 contain an improper privilege escalation vulnerability in the user management API. An authenticated attacker who is able to access the Anchore Enterprise API could issue an API call capable of modifying user permissions to gain access to...

8.8CVSS0.0026EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/28 2:25 p.m.36 views

CVE-2026-63727 Anchore Enterprise Privilege Escalation via User Management API

Anchore Enterprise versions from 5.11.0 to 5.27.1 and 6.0.0 contain an improper privilege escalation vulnerability in the user management API. An authenticated attacker who is able to access the Anchore Enterprise API could issue an API call capable of modifying user permissions to gain access to...

8.8CVSS0.0026EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/28 2:25 p.m.9 views

CVE-2026-63727

Anchore Enterprise versions from 5.11.0 to 5.27.1 and 6.0.0 contain an improper privilege escalation vulnerability in the user management API. An authenticated attacker who is able to access the Anchore Enterprise API could issue an API call capable of modifying user permissions to gain access to...

8.8CVSS5.9AI score0.0026EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/07/28 1:17 p.m.9 views

CVE-2026-15393

The Cozy Blocks – Page Builder for Gutenberg Editor & FSE with 600+ Patterns, 58 Blocks & Templates plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'postMeta.font.size' Block Attribute in all versions up to, and including, 2.2.11 due to insufficient input sanitization and...

6.4CVSS0.0025EPSS
SaveExploits0References16
EUVD
EUVD
added 2026/07/28 12:42 p.m.26 views

EUVD-2026-49792

Pivotick fails to sanitize attacker-controlled SVG markup supplied through the per-node style.svgIcon property before inserting it into the document. When rendering a graph node, the vulnerable code assigns the SVG icon markup directly to the innerHTML property of a live SVG element. An attacker...

8.2CVSS6.2AI score0.00277EPSS
SaveExploits0References1
Rows per page
Query Builder