Lucene search
+L

310345 matches found

NVD
NVD
added 48 minutes ago4 views

CVE-2026-71255

nanoMODBUS through v1.23.0 contains an out-of-bounds write in the Modbus client-side recvreaddeviceidentificationres function FC 0x2B/MEI 0x0E, Read Device Identification in nanomodbus.c. The server-supplied objectlength field 0-246 is validated only against the remaining PDU size ressizeleft and...

8.6CVSS
SaveExploits0References2
CVE
CVE
added 1 hour ago7 views

CVE-2026-71255

nanoMODBUS through v1.23.0 contains an out-of-bounds write in the Modbus client-side recvreaddeviceidentificationres function FC 0x2B/MEI 0x0E, Read Device Identification in nanomodbus.c. The server-supplied objectlength field 0-246 is validated only against the remaining PDU size ressizeleft and...

8.6CVSS5.6AI score
SaveExploits0References2
Cvelist
Cvelist
added 1 hour ago9 views

CVE-2026-71255 nanoMODBUS Client-Side Out-of-Bounds Write via object_length in recv_read_device_identification_res()

nanoMODBUS through v1.23.0 contains an out-of-bounds write in the Modbus client-side recvreaddeviceidentificationres function FC 0x2B/MEI 0x0E, Read Device Identification in nanomodbus.c. The server-supplied objectlength field 0-246 is validated only against the remaining PDU size ressizeleft and...

8.6CVSS
SaveExploits0References2
EUVD
EUVD
added 1 hour ago5 views

EUVD-2026-53332

nanoMODBUS through v1.23.0 contains an out-of-bounds write in the Modbus client-side recvreaddeviceidentificationres function FC 0x2B/MEI 0x0E, Read Device Identification in nanomodbus.c. The server-supplied objectlength field 0-246 is validated only against the remaining PDU size ressizeleft and...

8.6CVSS5.6AI score
SaveExploits0References2
GithubExploit
GithubExploit
added 1 hour ago6 views

CVE-Poc_All_in_One

CVE Poc All in One 🛡️ This is a tool for searching, filtering...

5.9AI score
SaveExploits0
NVD
NVD
added 1 hour ago4 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.8CVSS
SaveExploits0References2
NVD
NVD
added 1 hour ago2 views

CVE-2026-71245

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.1CVSS
SaveExploits0References1
NVD
NVD
added 1 hour ago4 views

CVE-2026-71234

Documize Community's attachment download route domain/attachment/endpoint.go, Download function, registered via AddPublic with no auth middleware accepts a secure query parameter and grants access whenever the parameter is simply non-empty lensecureToken 0, without comparing it to any server-stor...

7.5CVSS
SaveExploits0References1
NVD
NVD
added 1 hour ago3 views

CVE-2026-71240

DjangoCRM's toggledefaultsorting view is the only route in common/urls.py that is not wrapped in loginrequired or staffmemberrequired, and it redirects to a caller-supplied nexturl GET parameter after only checking secureurlnexturl, which merely verifies the target host matches the current site's...

4.3CVSS
SaveExploits0References1
NVD
NVD
added 1 hour ago2 views

CVE-2026-12609

In Eclipse Theia versions 1.66.0 and up until including 1.73.1, the @theia/plugin-ext backend exposes the /hostedPlugin/:pluginId/:path HTTP endpoint, which resolves the requested file path with path.resolvelocalPath, filePath without verifying that the resolved path stays within the plugin's...

7.5CVSS
SaveExploits0References3
Cvelist
Cvelist
added 2 hours ago11 views

CVE-2026-71248 Inventory-Management-System-PHP: Unauthenticated SQL Injection in Login and Product Deletion

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.8CVSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2 hours ago2 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 score
SaveExploits0References3
CVE
CVE
added 2 hours ago12 views

CVE-2026-71248

The CVE concerns Inventory-Management-System-PHP. login.php builds its query by direct string concatenation of POST parameters for authentication, enabling authentication bypass (e.g., email=' OR 1=1 LIMIT 1-- -). Separately, delete.php runs a DELETE without auth checks or input validation for id...

9.8CVSS5.8AI score
SaveExploits0References2
EUVD
EUVD
added 2 hours ago3 views

EUVD-2026-53321

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 score
SaveExploits0References2
CVE
CVE
added 2 hours ago6 views

CVE-2026-71245

The CVE concerns Mautic, where getLeadIdsByFieldValueAction in LeadBundle/Controller/AjaxController.php takes a field value from the request, sanitizes only with InputHelper::clean(), and injects it directly into SQL as a column identifier (l.$field) without whitelist validation or parameter bind...

7.1CVSS5.7AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2 hours ago2 views

CVE-2026-71245

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 score
SaveExploits0References2
Cvelist
Cvelist
added 2 hours ago4 views

CVE-2026-71245 Mautic: SQL Injection via field Parameter in Lead-by-Field-Value AJAX Endpoint

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.1CVSS
SaveExploits0References1
EUVD
EUVD
added 2 hours ago4 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 score
SaveExploits0References1
CVE
CVE
added 2 hours ago7 views

CVE-2026-71240

DjangoCRM exposes a vulnerability in the toggle_default_sorting view: it is the sole route in common/urls.py not wrapped by login_required or staff_member_required. The handler redirects to a caller-supplied next_url GET parameter after only validating secure_url(next_url) (which checks host agai...

4.3CVSS5.5AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2 hours ago3 views

CVE-2026-71240

DjangoCRM's toggledefaultsorting view is the only route in common/urls.py that is not wrapped in loginrequired or staffmemberrequired, and it redirects to a caller-supplied nexturl GET parameter after only checking secureurlnexturl, which merely verifies the target host matches the current site's...

4.3CVSS5.5AI score
SaveExploits0References2
Rows per page
Query Builder