Lucene search
+L

25670 matches found

Positive Technologies
Positive Technologies
added 2026/07/08 12:0 a.m.15 views

PT-2026-56341

Name of the Vulnerable Software and Affected Versions Foxit PDF Editor/Reader affected versions not specified Description A use-after-free issue occurs when the application opens a PDF and JavaScript modifies the form. Due to incomplete lifecycle management and a lack of null value validation for...

7.8CVSS6.1AI score0.00116EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/08 12:0 a.m.17 views

PT-2026-56337

Name of the Vulnerable Software and Affected Versions The product name cannot be determined. affected versions not specified Description A crash occurs when the application opens a PDF and JavaScript deletes a form field object, followed by an attempt to access that invalid object. Recommendation...

7.8CVSS6.1AI score0.00116EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/08 12:0 a.m.13 views

PT-2026-56348

Name of the Vulnerable Software and Affected Versions Foxit PDF Editor/Reader affected versions not specified Description An issue occurs when the application opens a PDF file and a script resets the annotation status, followed by an additional action that triggers the reset form event. During th...

7.8CVSS6AI score0.00116EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/07 4:2 p.m.7 views

PYSEC-2026-1713 OctoPrint Vulnerable to Denial of Service through malformed HTTP request in OctoPrint

Impact OctoPrint versions up until and including 1.11.1 contain a vulnerability that allows any unauthenticated attacker to send a manipulated broken multipart/form-data request to OctoPrint and through that make the web server component become unresponsive. This could be used to effectively run ...

6.5CVSS5.7AI score0.00223EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 2:34 p.m.5 views

PYSEC-2026-1613 Synapse allows unsupported content types to lead to memory exhaustion

Impact In Synapse before 1.120.1, multipart/form-data requests can in certain configurations transiently increase memory consumption beyond expected levels while processing the request, which can be used to amplify denial of service attacks. Patches Synapse 1.120.1 resolves the issue by denying...

8.2CVSS6.6AI score0.00715EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/07 2:34 p.m.5 views

PYSEC-2026-1851 Denial of service (DoS) via deformation `multipart/form-data` boundary

Summary When parsing form data, python-multipart skips line breaks CR \r or LF \n in front of the first boundary and any tailing bytes after the last boundary. This happens one byte at a time and emits a log event each time, which may cause excessive logging for certain inputs. An attacker could...

8.7CVSS7.1AI score0.00644EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 2:34 p.m.5 views

PYSEC-2026-1944 Litestar allows unbounded resource consumption (DoS vulnerability)

Summary Litestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allo...

8.2CVSS5.9AI score0.00756EPSS
SaveExploits1References9
OSV
OSV
added 2026/07/07 2:34 p.m.5 views

PYSEC-2026-1860 Werkzeug possible resource exhaustion when parsing file data in forms

Applications using Werkzeug to parse multipart/form-data requests are vulnerable to resource exhaustion. A specially crafted form body can bypass the Request.maxformmemorysize setting. The Request.maxcontentlength setting, as well as resource limits provided by deployment software and platforms,...

7.5CVSS6.7AI score0.01102EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/07 2:34 p.m.5 views

PYSEC-2026-1943 Starlette Denial of service (DoS) via multipart/form-data

Summary Starlette treats multipart/form-data parts without a filename as text form fields and buffers those in byte strings with no size limit. This allows an attacker to upload arbitrary large form fields and cause Starlette to both slow down significantly due to excessive memory allocations and...

8.7CVSS7.1AI score0.00653EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 2:34 p.m.4 views

PYSEC-2026-1382 Flask-AppBuilder's login form allows browser to cache sensitive fields

Impact Auth DB login form default cache directives allows browser to locally store sensitive data. This can be an issue on environments using shared computer resources. Patches Upgrade flask-appbuilder to version 4.5.1 Workarounds If upgrading is not possible configure your web server to send the...

4.8CVSS5.9AI score0.00262EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 12:57 p.m.20 views

ROOT-APP-NPM-CVE-2026-12143 CVE-2026-12143 in @rootio/form-data - Patched by Root

Root has patched CVE-2026-12143 in the @rootio/form-data package for Root:npm. Multiple fixed versions available...

8.7CVSS5.2AI score0.00535EPSS
SaveExploits0
OSV
OSV
added 2026/07/07 12:57 p.m.8 views

ROOT-APP-NPM-CVE-2025-7783 CVE-2025-7783 in @rootio/form-data - Patched by Root

Root has patched CVE-2025-7783 in the @rootio/form-data package for Root:npm. Multiple fixed versions available...

5.4CVSS7.5AI score0.01735EPSS
SaveExploits1
OSV
OSV
added 2026/07/07 12:45 p.m.8 views

MAL-2026-7249 Malicious code in csec-form-helpers (npm)

--- -= Per source details. Do not edit below this line.=-...

6.1AI score
SaveExploits0
OSV
OSV
added 2026/07/07 12:20 p.m.7 views

MAL-2026-7064 Malicious code in @dany47/csec-form-helpers (npm)

--- -= Per source details. Do not edit below this line.=-...

6.1AI score
SaveExploits0
OSV
OSV
added 2026/07/07 11:45 a.m.7 views

PYSEC-2026-1098 aiohttp vulnerable to Denial of Service when trying to parse malformed POST requests

Summary An attacker can send a specially crafted POST multipart/form-data request. When the aiohttp server processes it, the server will enter an infinite loop and be unable to process any further requests. Impact An attacker can stop the application from serving requests after sending a single...

7.5CVSS6AI score0.01094EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/07 11:45 a.m.8 views

PYSEC-2026-1850 python-multipart vulnerable to Content-Type Header ReDoS

Summary When using form data, python-multipart uses a Regular Expression to parse the HTTP Content-Type header, including options. An attacker could send a custom-made Content-Type option that is very difficult for the RegEx to process, consuming CPU resources and stalling indefinitely minutes or...

7.5CVSS6.8AI score0.01523EPSS
SaveExploits1References12
RedHat Linux
RedHat Linux
added 2026/07/06 1:3 p.m.6 views

golang: net/url: Memory exhaustion in query parameter parsing in net/url

A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted...

7.5CVSS6.8AI score0.01945EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/07/06 3:52 a.m.11 views

golang.org/x/net/idna: golang: net/http: golang.org/x/net/idna: Privilege escalation via incorrect Punycode label processing

A flaw was found in golang.org/x/net/idna. ToASCII and ToUnicode incorrectly accept Punycode-encoded labels that decode to an ASCII-only hostname for example, xn--example-.com returns example.com instead of an error. Applications that validate the ASCII form then convert to Unicode may grant acce...

9.6CVSS6.4AI score0.00655EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/03 7:53 a.m.12 views

EUVD-2026-41524

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 5.6.1. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for...

5.3CVSS6AI score0.00323EPSS
SaveExploits0References10
ATTACKERKB
ATTACKERKB
added 2026/07/03 7:53 a.m.9 views

CVE-2026-11398

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 5.6.1. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for...

5.3CVSS6AI score0.00323EPSS
SaveExploits0References11
Rows per page
Query Builder