Lucene search
+L

9297 matches found

ATTACKERKB
ATTACKERKB
added 2026/08/05 12:26 p.m.4 views

CVE-2026-71274

OpenBK7231T's CHANNELSetLabel src/cmnds/cmdchannels.c stores channel labels received via the MQTT SetChannelLabel command using strdup with no HTML sanitization. CHANNELGetLabel returns these labels unsanitized, and they are rendered via hprintf255 at 15+ locations in src/httpserver/httpfns.c wit...

8.5CVSS5.3AI score0.00173EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/05 12:26 p.m.17 views

CVE-2026-71274 OpenBK7231T Stored XSS via Unsanitized MQTT-Set Channel Labels

OpenBK7231T's CHANNELSetLabel src/cmnds/cmdchannels.c stores channel labels received via the MQTT SetChannelLabel command using strdup with no HTML sanitization. CHANNELGetLabel returns these labels unsanitized, and they are rendered via hprintf255 at 15+ locations in src/httpserver/httpfns.c wit...

8.5CVSS5.3AI score0.00173EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 12:26 p.m.59 views

CVE-2026-71274

OpenBK7231T is affected by CVE-2026-71274 due to CHANNEL_SetLabel() storing labels from MQTT SetChannelLabel without HTML sanitization, and CHANNEL_GetLabel() returning unsanitized values. These labels are rendered via hprintf255() in the web panel at 15+ locations with no HTML encoding, enabling...

8.5CVSS5.3AI score0.00173EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/05 11:16 a.m.10 views

CVE-2026-71249

299Ko's public contact form plugin/contact/controllers/ContactController.php, home sets raw POST field values name, firstname, email, message into the page template with no sanitization. The template engine's variable output function common/Template.php, showvar echoes values with no...

6.1CVSS0.00149EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/05 11:09 a.m.9 views

CVE-2026-46581

In Eclipse Mojarra versions 2.3 and following, URL handing in DefaultFaceletFactory does not properly sanitize and/or block remote URLs, allowing an attacker to specify a URL to a remote Facelet which will be included and processed as part of the normal request, with the privileges of the target...

5.6AI score0.00437EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2026/08/05 10:57 a.m.45 views

CVE-2026-71249 299Ko - Unauthenticated Reflected XSS in Public Contact Form

299Ko's public contact form plugin/contact/controllers/ContactController.php, home sets raw POST field values name, firstname, email, message into the page template with no sanitization. The template engine's variable output function common/Template.php, showvar echoes values with no...

6.1CVSS0.00149EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/05 10:57 a.m.11 views

CVE-2026-71249

299Ko's public contact form plugin/contact/controllers/ContactController.php, home sets raw POST field values name, firstname, email, message into the page template with no sanitization. The template engine's variable output function common/Template.php, showvar echoes values with no...

6.1CVSS5.5AI score0.00149EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/05 10:57 a.m.21 views

EUVD-2026-53322

299Ko's public contact form plugin/contact/controllers/ContactController.php, home sets raw POST field values name, firstname, email, message into the page template with no sanitization. The template engine's variable output function common/Template.php, showvar echoes values with no...

6.1CVSS5.5AI score0.00149EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/05 10:57 a.m.11 views

CVE-2026-71248

Inventory-Management-System-PHP's login.php constructs its authentication query via direct string concatenation of raw POST parameters: $sql = "select from user where email = '$email' and password = '$password'", with no escaping or parameterization, allowing authentication bypass via a payload...

9.8CVSS5.8AI score0.00402EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/05 10:56 a.m.44 views

CVE-2026-71239 DjangoCRM - Server-Side Template Injection in Mass Mail Message Rendering

DjangoCRM's massmail module renders user-controlled EmlMessage fields subject, content through Django's Template constructor with no sanitization, in at least three locations: messagepreviews.py builds an f-string embedding message.subject/message.content directly into a Template call;...

8.1CVSS0.00225EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/05 10:56 a.m.15 views

EUVD-2026-53312

DjangoCRM's massmail module renders user-controlled EmlMessage fields subject, content through Django's Template constructor with no sanitization, in at least three locations: messagepreviews.py builds an f-string embedding message.subject/message.content directly into a Template call;...

8.1CVSS5.6AI score0.00225EPSS
SaveExploits0References1
Veracode
Veracode
added 2026/08/05 9:55 a.m.15 views

Cookie Attribute Injection

undici is vulnerable to cookie attribute injection. The vulnerability is due to insufficient sanitization of cookie domain and unparsed values in setCookie, allowing attacker-controlled input to inject or override cookie attributes such as SameSite, Secure, and HttpOnly, potentially weakening...

6.5CVSS7.1AI score0.00191EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2026/08/05 7:16 a.m.12 views

CVE-2025-15677

The GeoDirectory WordPress plugin before 2.8.110 does not sanitise and escape a place-category setting before outputting it back in an admin page, allowing high-privilege users such as editors and above to perform Stored Cross-Site Scripting attacks even when the unfilteredhtml capability is...

3.5CVSS0.00173EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/05 5:05 a.m.12 views

EUVD-2026-53050

In OpenStack Swift through 2.38.0, the S3API middleware does not sanitize Swift-native control headers X-Copy-From, X-Copy-From-Account from S3 API requests when s3acl=true. An attacker can inject these headers into a signed PUT request targeting their own bucket, causing Swift to perform a...

6CVSS5.5AI score0.00292EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/05 5:05 a.m.12 views

CVE-2026-71192

In OpenStack Swift through 2.38.0, the S3API middleware does not sanitize Swift-native control headers X-Copy-From, X-Copy-From-Account from S3 API requests when s3acl=true. An attacker can inject these headers into a signed PUT request targeting their own bucket, causing Swift to perform a...

6CVSS5.5AI score0.00292EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/08/05 4:25 a.m.19 views

EUVD-2026-53038

VikAppointments Service Booking Calendar wordpress plugin is vulnerable to unauthenticated SQL injection due to one of the parameters that controls how the public reviews list is sorted is taken from the incoming request and used to build a database query without proper validation or sanitization...

7.5CVSS5.8AI score0.00377EPSS
SaveExploits0References5
Drupal
Drupal
added 2026/08/05 12:00 a.m.26 views

Entity Browser - Moderately critical - Cross site scripting - SA-CONTRIB-2026-094

The Entity Browser module allows you to select entities from entity reference fields using a custom entity browser widget. The module doesn't sufficiently sanitize the the tab titles, resulting in a stored cross-site scripting XSS vulnerability. The vulnerability is mitigated by the fact an...

4.8CVSS5.2AI score0.00142EPSS
SaveExploits0References2
Packet Storm
Packet Storm
added 2026/08/05 12:00 a.m.30 views

📄 FineAdmin.Mvc SQL Injection

A proof of concept exploit for a SQL injection vulnerability in FineAdmin.Mvc. Insufficient validation of the field and order parameters allows arbitrary SQL expressions to be injected into the ORDER BY clause, enabling error-based and time-based SQL injection against affected endpoints...

9.8CVSS5.8AI score0.00685EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2026/08/05 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-71192

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In OpenStack Swift through 2.38.0, the S3API middleware does not sanitize Swift-native control headers X-Copy-From, X-Copy-From-Account from S3 API requests whe...

6CVSS5.5AI score0.00292EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/04 7:16 p.m.17 views

CVE-2026-69704

Atals-Livre contains a SQL injection vulnerability that allows attackers to manipulate database queries by passing unsanitized input through a GET parameter to the supp deletion helper function. Attackers can inject malicious SQL syntax via the vulnerable GET parameter to perform unauthorized...

7CVSS0.00276EPSS
SaveExploits0References3
Rows per page
Query Builder