Lucene search
+L

62131 matches found

Cvelist
Cvelist
•added 2026/03/27 7:25 p.m.•36 views

CVE-2026-31950 LibreChat's IDOR in SSE Stream Subscription Allows Reading Other Users' Chats

LibreChat is a ChatGPT clone with additional features. In versions 0.8.2-rc2 through 0.8.2-rc3, the SSE streaming endpoint /api/agents/chat/stream/:streamId does not verify that the requesting user owns the stream. Any authenticated user who obtains or guesses a valid stream ID can subscribe and...

5.3CVSS0.00281EPSS
SaveExploits1References1
Chainguard
Chainguard
•added 2026/03/27 7:17 p.m.•10 views

GHSA-J5QX-HH9G-J6WJ vulnerabilities

Vulnerabilities for packages: firefox-esr, firefox...

5.7AI score
SaveExploits0
Chainguard
Chainguard
•added 2026/03/27 7:17 p.m.•11 views

GHSA-VXPV-C2H6-HQ9V vulnerabilities

Vulnerabilities for packages: firefox-esr, firefox...

5.7AI score
SaveExploits0
Chainguard
Chainguard
•added 2026/03/27 7:17 p.m.•11 views

CVE-2026-4698 vulnerabilities

Vulnerabilities for packages: firefox-esr, firefox...

9.8CVSS8.1AI score0.00755EPSS
SaveExploits0
Chainguard
Chainguard
•added 2026/03/27 7:17 p.m.•12 views

GHSA-XR3F-844G-572F vulnerabilities

Vulnerabilities for packages: firefox-esr, firefox...

5.7AI score
SaveExploits0
OSV
OSV
•added 2026/03/27 6:36 p.m.•10 views

GHSA-QVQR-5CV7-WH35 MCP Ruby SDK: Insufficient Session Binding Allows SSE Stream Hijacking via Session ID Replay

Summary The Ruby SDK's streamablehttptransport.rb implementation contains a session hijacking vulnerability. An attacker who obtains a valid session ID can completely hijack the victim's Server-Sent Events SSE stream and intercept all real-time data. Details Root Cause The StreamableHTTPTransport...

8.2CVSS5.9AI score0.00541EPSS
SaveExploits1References11
EUVD
EUVD
•added 2026/03/27 6:31 p.m.•14 views

EUVD-2026-16680

A SQL Injection vulnerability exists in SourceCodester Online Food Ordering System v1.0 in the admin/viewproduct.php file via the "id" parameter...

9.8CVSS6AI score0.005EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
•added 2026/03/27 6:24 p.m.•8 views

CVE-2026-4970 code-projects Social Networking Site Endpoint delete_photos.php sql injection

A security flaw has been discovered in code-projects Social Networking Site 1.0. This affects an unknown function of the file deletephotos.php of the component Endpoint. The manipulation of the argument ID results in sql injection. The attack can be executed remotely. The exploit has been release...

6.5CVSS6.5AI score0.00316EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
•added 2026/03/27 5:41 p.m.•11 views

CVE-2026-4966 itsourcecode Free Hotel Reservation System index.php sql injection

A flaw has been found in itsourcecode Free Hotel Reservation System 1.0. Impacted is an unknown function of the file /admin/modroom/index.php?view=edit. Executing a manipulation of the argument ID can lead to sql injection. The attack can be launched remotely. The exploit has been published and m...

6.5CVSS6.5AI score0.00316EPSS
SaveExploits0References5
Snyk
Snyk
•added 2026/03/27 5:31 p.m.•9 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization via the downloadimage endpoint. An attacker can access and download image files belonging to any flow by knowing or guessing the flow ID and file name. Remediation There is no fixed version for langflow-base...

6.3CVSS5.9AI score0.00345EPSS
SaveExploits0References2
OSV
OSV
•added 2026/03/27 5:17 p.m.•8 views

CGA-2W7X-MF3F-VV38

Bulletin has no description...

10CVSS7.1AI score0.00665EPSS
SaveExploits0
NVD
NVD
•added 2026/03/27 5:16 p.m.•19 views

CVE-2026-33767

WWBN AVideo is an open source video platform. In versions up to and including 26.0, in objects/like.php, the getLike method constructs a SQL query using a prepared statement placeholder ? for usersid but directly concatenates $this-videosid into the query string without parameterization. An...

8.8CVSS0.00598EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
•added 2026/03/27 5:09 p.m.•21 views

CVE-2026-26071

EVerest is an EV charging software stack. Versions prior to 2026.02.0 have a data race leading to std::string concurrent access. with heap-use-after-free possible. This is triggered by EVCCID update EV/ISO15118 and OCPP session/authorization events. Version 2026.02.0 contains a patch...

4.2CVSS5.9AI score0.00137EPSS
SaveExploits0References1
NVD
NVD
•added 2026/03/27 4:16 p.m.•13 views

CVE-2026-30532

A SQL Injection vulnerability exists in SourceCodester Online Food Ordering System v1.0 in the admin/viewproduct.php file via the "id" parameter...

9.8CVSS0.005EPSS
SaveExploits1References1
NVD
NVD
•added 2026/03/27 4:16 p.m.•14 views

CVE-2026-30533

A SQL Injection vulnerability exists in SourceCodester Online Food Ordering System v1.0 in the admin/manageproduct.php file via the "id" parameter...

9.8CVSS0.005EPSS
SaveExploits1References1
Cvelist
Cvelist
•added 2026/03/27 4:13 p.m.•42 views

CVE-2026-33770 AVideo has SQL Injection in category.php fixCleanTitle() via Unparameterized clean_title and id Variables

WWBN AVideo is an open source video platform. In versions up to and including 26.0, the fixCleanTitle static method in objects/category.php constructs a SQL SELECT query by directly interpolating both $cleantitle and $id into the query string without using prepared statements or parameterized...

7.1CVSS0.00599EPSS
SaveExploits1References2
OSV
OSV
•added 2026/03/27 4:12 p.m.•11 views

CVE-2026-33767 AVideo has SQL Injection via Partial Prepared Statement — videos_id Concatenated Directly into Query

WWBN AVideo is an open source video platform. In versions up to and including 26.0, in objects/like.php, the getLike method constructs a SQL query using a prepared statement placeholder ? for usersid but directly concatenates $this-videosid into the query string without parameterization. An...

7.1CVSS6AI score
SaveExploits0References4
CVE
CVE
•added 2026/03/27 4:12 p.m.•52 views

CVE-2026-33767

CVE-2026-33767 – AVideo (WWBN) SQL Injection via partial prepared statement Affected: WWBN AVideo

8.8CVSS6AI score0.00598EPSS
SaveExploits1References2Affected Software1
OSV
OSV
•added 2026/03/27 3:39 p.m.•16 views

CLSA-2026-1774625950 webkit2gtk3: Fix of CVE-2025-43438

CVE-2025-43438: introduce distinct SpecMapIteratorObject/SpecSetIteratorObject types replacing shared SpecObjectOther in JSC DFG/FTL JIT type speculation...

8.8CVSS5.8AI score0.01038EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
•added 2026/03/27 3:35 p.m.•16 views

Open WebUI has unauthorized deletion of knowledge files

Summary An access control check is missing when deleting a file from a knowledge base. The only check being done is that the user has write access to the knowledge base or is admin, but NOT that the file actually belongs to this knowledge base. It is thus possible to delete arbitrary files from...

8.1CVSS6AI score0.00379EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder