Lucene search
+L

178 matches found

Kitploit
Kitploit
added 2026/08/27 4:39 a.m.4 views

multiparty-CVE-2026-8161

CVE-2026-8161 Prova di concetto di CVE-2026-8161 Multiparty Descrizione [email protected] e versioni precedenti sono vulnerabili a denial of service tramite un'eccezione non gestita. Il parser memorizza i campi e i file caricati in normali oggetti JavaScript e non distingue in modo sicuro le...

7.5CVSS6AI score0.00473EPSS
SaveExploits1
NVD
NVD
added 2026/08/26 3:16 p.m.6 views

CVE-2026-54553

Starlette-Admin is a fast, beautiful and extensible administrative interface framework for FastAPI and Starlette applications. Prior to 0.16.1, the list API does not validate user-supplied orderby and structured where field names against the configured sortablefields and searchablefields...

5.4CVSS0.00336EPSS
SaveExploits0References7
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/07 10:54 a.m.6 views

Security Bulletin: form-data CRLF Injection via Unescaped Field Name and Filename

Summary form-data versions through 4.0.5 are vulnerable to CRLF injection CWE-93, CVSS 7.5, High. Field names and filenames passed to FormDataappend are not sanitized before being written into the Content-Disposition header, allowing an attacker who controls those values to inject arbitrary heade...

8.7CVSS7.5AI score0.00535EPSS
SaveExploits0Affected Software1
NVD
NVD
added 2026/08/05 11:16 a.m.14 views

CVE-2026-71245

Rejected reason: Red Hat CNA-LR concluded that this CVE is not valid...

0.00197EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/05 10:56 a.m.12 views

EUVD-2026-53318

Mautic's getLeadIdsByFieldValueAction LeadBundle/Controller/AjaxController.php reads a field parameter from the request, sanitizes it only with InputHelper::clean which HTML-entity-encodes quotes and angle brackets but does not restrict other characters, and passes it into...

7.1CVSS5.7AI score0.00197EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/27 5:16 p.m.17 views

CVE-2026-66729

facil.io 0.6.0 through 0.7.6 contains an integer underflow vulnerability in the multipart MIME body parser that allows unauthenticated remote attackers to crash the server process by sending a crafted Content-Disposition header with an empty field name. Attackers can trigger a uint32t wraparound ...

8.7CVSS0.00596EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/27 4:52 p.m.42 views

CVE-2026-66729 facil.io 0.6.0 - 0.7.6 Integer Underflow DoS via Multipart MIME Body Parser

facil.io 0.6.0 through 0.7.6 contains an integer underflow vulnerability in the multipart MIME body parser that allows unauthenticated remote attackers to crash the server process by sending a crafted Content-Disposition header with an empty field name. Attackers can trigger a uint32t wraparound ...

8.7CVSS0.00596EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/27 4:52 p.m.10 views

EUVD-2026-49358

facil.io 0.6.0 through 0.7.6 contains an integer underflow vulnerability in the multipart MIME body parser that allows unauthenticated remote attackers to crash the server process by sending a crafted Content-Disposition header with an empty field name. Attackers can trigger a uint32t wraparound ...

8.7CVSS6AI score0.00596EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/27 4:52 p.m.25 views

CVE-2026-66729

The CVE-2026-66729 entry concerns facil.io (versions up to 0.7.6). A vulnerability in the multipart MIME body parser allows an unauthenticated attacker to crash the server by sending a Content-Disposition header with an empty field name, triggering a uint32 wraparound in http_mime_parser.h that l...

8.7CVSS6AI score0.00596EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/22 1:00 a.m.11 views

CVE-2026-64028

A flaw was found in the Linux kernel's tracing subsystem. The histfieldname function, responsible for handling field names, can return a NULL value if a long variable name in a fully-qualified reference causes snprintf truncation. This unexpected NULL return can lead to a NULL pointer dereference...

5.5CVSS5.3AI score0.00231EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/21 1:01 p.m.12 views

SUSE CVE-2026-64028

In the Linux kernel, the following vulnerability has been resolved: tracing: Avoid NULL return from histfieldname on truncation histfieldname returns "" everywhere except the fully-qualified VARREF/EXPR case, where snprintf truncation returns NULL early and bypasses the bottom NULL-"" guard...

5.4AI score0.00231EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-64028

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: tracing: Avoid NULL return from histfieldname on truncation histfieldname returns everywhere...

5.2AI score0.00231EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.28 views

CVE-2026-64028

In the Linux kernel, the following vulnerability has been resolved: tracing: Avoid NULL return from histfieldname on truncation histfieldname returns "" everywhere except the fully-qualified VARREF/EXPR case, where snprintf truncation returns NULL early and bypasses the bottom NULL-"" guard...

5.3AI score0.00231EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 3:39 p.m.29 views

CVE-2026-64028

In the Linux kernel tracing subsystem, CVE-2026-64028 affects hist_field_name() in the fully-qualified VAR_REF/EXPR path: when snprintf() truncation returns NULL, callers mistakenly dereference NULL in strcat(expr, hist_field_name(field, 0)) and in a sort-key strcmp, potentially leading to NULL d...

5.5AI score0.00231EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.36 views

CVE-2026-64028 tracing: Avoid NULL return from hist_field_name() on truncation

In the Linux kernel, the following vulnerability has been resolved: tracing: Avoid NULL return from histfieldname on truncation histfieldname returns "" everywhere except the fully-qualified VARREF/EXPR case, where snprintf truncation returns NULL early and bypasses the bottom NULL-"" guard...

0.00231EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 3:39 p.m.14 views

EUVD-2026-45601

In the Linux kernel, the following vulnerability has been resolved: tracing: Avoid NULL return from histfieldname on truncation histfieldname returns "" everywhere except the fully-qualified VARREF/EXPR case, where snprintf truncation returns NULL early and bypasses the bottom NULL-"" guard...

5.5AI score0.00231EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 3:39 p.m.10 views

CVE-2026-64028 tracing: Avoid NULL return from hist_field_name() on truncation

In the Linux kernel, the following vulnerability has been resolved: tracing: Avoid NULL return from histfieldname on truncation histfieldname returns "" everywhere except the fully-qualified VARREF/EXPR case, where snprintf truncation returns NULL early and bypasses the bottom NULL-"" guard...

5.4AI score
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.26 views

PT-2026-61345

In the Linux kernel, the following vulnerability has been resolved: tracing: Avoid NULL return from hist field name on truncation hist field name returns "" everywhere except the fully-qualified VAR REF/EXPR case, where snprintf truncation returns NULL early and bypasses the bottom NULL-"" guard...

5.4AI score0.00231EPSS
SaveExploits0References9
CVE
CVE
added 2026/07/10 2:59 p.m.28 views

CVE-2026-8595

CVE-2026-8595 describes a stored XSS in Grafana's TableNG panel. An Editor can craft a dashboard with a malicious field name, causing script execution in the browser for any viewer of that dashboard. Affected component: the TableNG panel in dashboards. Root cause: stored cross-site scripting via ...

6.8CVSS6AI score0.0024EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/07/10 2:59 p.m.43 views

CVE-2026-8595 Stored XSS in the table panel (TableNG)

A user with Editor permissions can craft a dashboard whose table TableNG panel contains a malicious field name that executes as a script in the browser of any user who views the dashboard stored cross-site scripting...

6.8CVSS0.0024EPSS
SaveExploits0References1
Rows per page
Query Builder