Lucene search
+L

172960 matches found

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
EUVD
EUVD
added 2026/08/05 10:57 a.m.14 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 score0.00402EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/05 10:56 a.m.104 views

CVE-2026-71245

CVE-2026-71245 is explicitly rejected; Red Hat CNA-LR concluded it is not valid, so it does not represent an active vulnerability entry and no risk assessment applies.

5.6AI score0.00197EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/08/05 10:56 a.m.13 views

CVE-2026-71245

...

5.2AI score0.00197EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/05 10:56 a.m.45 views

CVE-2026-71241 Book-Management-System - Unauthenticated Disclosure of Student PII and Borrowing History

Book-Management-System's Flask API endpoints /student, /record, /books, /findstubook, and /findnotreturnbook are missing the @loginrequired decorator that protects sibling routes /searchstudent, /storage in the same file. Because cardid values are sequential integers, the entire student database...

7.5CVSS0.00282EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 10:56 a.m.57 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.3AI score0.00189EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/05 10:56 a.m.47 views

CVE-2026-71240 DjangoCRM - Unauthenticated Open Redirect via toggle_default_sorting next_url Parameter

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.3CVSS0.00189EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/05 10:56 a.m.47 views

CVE-2026-71237 Miantang IoT-PHP - Unauthenticated SQL Injection in /userlogin

Miantang/IoT-PHP's index.php implements a POST /userlogin route that reads the password directly from 'pwd' with no sanitization and concatenates it into a raw SQL string: mysqlquery"select from userlists where username='' and password='' limit 1". An unauthenticated attacker can submit a payload...

9.8CVSS0.0042EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/05 10:56 a.m.14 views

EUVD-2026-53310

Miantang/IoT-PHP's index.php implements a POST /userlogin route that reads the password directly from $POST'pwd' with no sanitization and concatenates it into a raw SQL string: mysqlquery"select from userlists where username='$username' and password='$password' limit 1". The username value is...

9.8CVSS5.9AI score0.0042EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/05 10:56 a.m.12 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.5CVSS5.5AI score0.00245EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/05 10:56 a.m.10 views

CVE-2026-71234 Documize Community - Attachment Download Authorization Bypass via Non-Validated secure Token

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

7.5CVSS5.2AI score0.00245EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/05 10:56 a.m.13 views

EUVD-2026-53307

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.5CVSS5.5AI score0.00245EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 10:56 a.m.72 views

CVE-2026-71231

Summary of CVE-2026-71231 (IOTSmartHome) : The checkCookie() function in gui/login.php builds an authentication query by concatenating a decoded lastLogin cookie (base64-decoded with safe_decode()) into SQL: SELECT * FROM users WHERE ID=''. Lack of sanitization before SQL string construction enab...

9.8CVSS5.6AI score0.00358EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/05 10:56 a.m.13 views

EUVD-2026-53304

IOTSmartHome's gui/login.php checkCookie function builds an authentication query as SELECT FROM users WHERE ID='' after base64-decoding the client-supplied lastLogin cookie via safedecode, which performs URL-safe base64 decoding with no sanitization of the decoded value before it is concatenated...

9.8CVSS5.8AI score0.00358EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/05 10:17 a.m.15 views

CVE-2026-25703

NeuVector through 5.4.9 is can potentially leak information from manager /network/graph API due to missing authentication and cached data containing sensitive information...

7.3CVSS0.00224EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/08/05 10:01 a.m.7 views

ruby/net-imap: ruby: Net::IMAP: Denial of Service via large iteration count in SCRAM authentication

A flaw was found in Net::IMAP, a Ruby library for Internet Message Access Protocol IMAP client functionality. A hostile server can exploit this vulnerability during SCRAM-SHA1 or SCRAM-SHA256 Salted Challenge Response Authentication Mechanism - Secure Hash Algorithm 1 or 256 authentication by...

6.5CVSS5.5AI score0.00299EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/08/05 9:48 a.m.10 views

EUVD-2026-53297

NeuVector through 5.4.9 is can potentially leak information from manager /network/graph API due to missing authentication and cached data containing sensitive information...

7.3CVSS5.5AI score0.00224EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/05 9:48 a.m.46 views

CVE-2026-25703 Potential information leakage from manager /network/graph API in NeuVector

NeuVector through 5.4.9 is can potentially leak information from manager /network/graph API due to missing authentication and cached data containing sensitive information...

7.3CVSS0.00224EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/05 9:48 a.m.66 views

CVE-2026-25703

NeuVector up to version 5.4.9 potentially leaks information from the manager, specifically via the /network/graph API, due to missing authentication and cached data containing sensitive information. Affected component: NeuVector manager API surface; vulnerability arises from insufficient access c...

7.3CVSS5.5AI score0.00224EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/05 9:48 a.m.13 views

CVE-2026-25703 Potential information leakage from manager /network/graph API in NeuVector

NeuVector through 5.4.9 is can potentially leak information from manager /network/graph API due to missing authentication and cached data containing sensitive information...

7.3CVSS5.5AI score
SaveExploits0References5
Rows per page
Query Builder