Lucene search
+L

12996 matches found

Positive Technologies
Positive Technologies
added 2026/02/26 12:00 a.m.9 views

PT-2026-22099

Name of the Vulnerable Software and Affected Versions fast-xml-parser versions prior to 5.3.8 Description fast-xml-parser is a tool for XML validation, parsing XML to JavaScript objects, and building XML from JavaScript objects without relying on C/C++ libraries or callbacks. Prior to version...

7.5CVSS6AI score0.00478EPSS
SaveExploits0References151
Positive Technologies
Positive Technologies
added 2026/02/26 12:00 a.m.14 views

PT-2026-22106

Name of the Vulnerable Software and Affected Versions Vitess versions prior to 23.0.3 Vitess versions prior to 22.0.4 Description Vitess is a database clustering system for horizontal scaling of MySQL. A flaw exists where someone with read/write access to the backup storage location can manipulat...

9.9CVSS6.5AI score0.00417EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/02/26 12:00 a.m.31 views

PT-2026-22154

Name of the Vulnerable Software and Affected Versions Discourse versions prior to 2025.12.2 Discourse versions prior to 2026.1.1 Discourse versions prior to 2026.2.0 Description Discourse is an open source discussion platform. Prior to versions 2025.12.2, 2026.1.1, and 2026.2.0, the...

5.4CVSS6AI score0.00151EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/02/25 11:07 p.m.8 views

CVE-2026-27633

TinyWeb is a web server HTTP, HTTPS written in Delphi for Win32. Versions prior to version 2.02 have a Denial of Service DoS vulnerability via memory exhaustion. Unauthenticated remote attackers can send an HTTP POST request to the server with an exceptionally large Content-Length header e.g.,...

8.7CVSS5.9AI score0.00436EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/02/25 11:07 p.m.44 views

CVE-2026-27633 TinyWeb has Unbounded Content-Length Memory Exhaustion (DoS)

TinyWeb is a web server HTTP, HTTPS written in Delphi for Win32. Versions prior to version 2.02 have a Denial of Service DoS vulnerability via memory exhaustion. Unauthenticated remote attackers can send an HTTP POST request to the server with an exceptionally large Content-Length header e.g.,...

8.7CVSS0.00436EPSS
SaveExploits0References3
CVE
CVE
added 2026/02/25 11:07 p.m.44 views

CVE-2026-27633

CVE-2026-27633 affects TinyWeb on Windows (Delphi; pre-2.02). Unauthenticated remote attackers can trigger a DoS by sending an HTTP POST with an extremely large Content-Length; TinyWeb allocates memory for the request body streaming it without a cap, exhausting all available memory and crashing. ...

8.7CVSS5.7AI score0.00436EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/02/25 9:54 p.m.31 views

GHSA-X2MW-7J39-93XQ n8n has Arbitrary Command Execution via File Write and Git Operations

Impact An authenticated user with permission to create or modify workflows could chain the Read/Write Files from Disk node with git operations to achieve remote code execution. By writing to specific configuration files and then triggering a git operation, the attacker could execute arbitrary she...

9CVSS6.5AI score0.00718EPSS
SaveExploits0References7
OSV
OSV
added 2026/02/25 9:23 p.m.25 views

GHSA-WXX7-MCGF-J869 n8n has Potential Remote Code Execution via Merge Node

Impact An authenticated user with permission to create or modify workflows could leverage the Merge node's SQL query mode to execute arbitrary code and write arbitrary files on the n8n server. Patches The issues have been fixed in n8n versions 2.10.1, 2.9.3, and 1.123.22. Users should upgrade to...

9.9CVSS6.4AI score0.00765EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/02/25 7:00 p.m.14 views

EUVD-2026-8593

Parse Dashboard Has a Cache Key Collision that Leaks Master Key to Read-Only Sessions...

7CVSS5.3AI score0.00338EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/02/25 7:00 p.m.14 views

Parse Dashboard Has a Cache Key Collision that Leaks Master Key to Read-Only Sessions

Impact The ConfigKeyCache uses the same cache key for both master key and read-only master key when resolving function-typed keys. Under specific timing conditions, a read-only user can receive the cached full master key, or a regular user can receive the cached read-only master key. Patches The...

7CVSS5.3AI score0.00338EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/02/25 7:00 p.m.11 views

GHSA-JHP4-JVQ3-W5XR Parse Dashboard Has a Cache Key Collision that Leaks Master Key to Read-Only Sessions

Impact The ConfigKeyCache uses the same cache key for both master key and read-only master key when resolving function-typed keys. Under specific timing conditions, a read-only user can receive the cached full master key, or a regular user can receive the cached read-only master key. Patches The...

7CVSS5.5AI score0.00338EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/02/25 6:59 p.m.12 views

EUVD-2026-8591

Parse Dashboard is Missing Authorization for its Agent Endpoint...

9.3CVSS5.2AI score0.00221EPSS
SaveExploits0References3
OSV
OSV
added 2026/02/25 6:59 p.m.7 views

GHSA-CVWJ-6C9H-JG6V Parse Dashboard is Missing Authorization for its Agent Endpoint

Impact The AI Agent API endpoint POST /apps/:appId/agent does not enforce authorization. Authenticated users scoped to specific apps can access any other app's agent endpoint by changing the app ID in the URL. Read-only users are given the full master key instead of the read-only master key and c...

9.3CVSS5.5AI score0.00221EPSS
SaveExploits0References4
OSV
OSV
added 2026/02/25 6:37 p.m.26 views

GHSA-QWC3-H9MG-4582 Parse Dashboard has incomplete authentication on AI Agent endpoint

Impact The AI Agent API endpoint POST /apps/:appId/agent lacks authentication. Unauthenticated remote attackers can send requests to the endpoint and perform arbitrary database operations against any connected Parse Server using the master key. Patches The fix adds authentication middleware to th...

9.9CVSS5.8AI score0.0045EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/02/25 6:37 p.m.18 views

Parse Dashboard has incomplete authentication on AI Agent endpoint

Impact The AI Agent API endpoint POST /apps/:appId/agent lacks authentication. Unauthenticated remote attackers can send requests to the endpoint and perform arbitrary database operations against any connected Parse Server using the master key. Patches The fix adds authentication middleware to th...

9.9CVSS5.6AI score0.0045EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/02/25 4:09 p.m.11 views

EUVD-2026-8601

pypdf has a possible infinite loop when loading circular /Prev entries in cross-reference streams...

7.5CVSS5.2AI score0.00346EPSS
SaveExploits0References5
Cisco
Cisco
added 2026/02/25 4:00 p.m.23 views

Cisco Application Policy Infrastructure Controller Denial of Service Vulnerability

A vulnerability in the Object Model CLI component of Cisco Application Policy Infrastructure Controller APIC could allow an authenticated, local attacker to cause an affected device to reload unexpectedly, resulting in a denial of service DoS condition. To exploit this vulnerability, the attacker...

5.5CVSS5.8AI score0.00087EPSS
SaveExploits0References1
OSV
OSV
added 2026/02/25 3:47 p.m.11 views

CVE-2026-22866 ENS DNSSEC Oracle Vulnerable to RSA Signature Forgery via Missing PKCS#1 v1.5 Padding Validation

Ethereum Name Service ENS is a distributed, open, and extensible naming system based on the Ethereum blockchain. In versions 1.6.2 and prior, the RSASHA256Algorithm and RSASHA1Algorithm contracts fail to validate PKCS1 v1.5 padding structure when verifying RSA signatures. The contracts only check...

6.9CVSS5.9AI score
SaveExploits0References5
NVD
NVD
added 2026/02/25 3:20 p.m.18 views

CVE-2026-27692

iccDEV provides a set of libraries and tools for working with ICC color management profiles. In versions up to and including 2.3.1.4, heap-buffer-overflow read occurs during CIccTagTextDescription::Release when strlen reads past a heap buffer while parsing ICC profile XML text description tags,...

7.1CVSS0.00164EPSS
SaveExploits1References4
NVD
NVD
added 2026/02/25 4:16 a.m.41 views

CVE-2026-27641

Flask-Reuploaded provides file uploads for Flask. A critical path traversal and extension bypass vulnerability in versions prior to 1.5.0 allows remote attackers to achieve arbitrary file write and remote code execution through Server-Side Template Injection SSTI. Flask-Reuploaded has been patche...

9.8CVSS0.01202EPSS
SaveExploits2References3
Rows per page
Query Builder