Lucene search
+L

36149 matches found

ATTACKERKB
ATTACKERKB
added yesterday2 views

CVE-2026-21766

The default login portlet in HCL Digital Experience and Digital Experience Compose insufficiently protects credentials. Under certain very specific use cases and specific configurations, sensitive information may be written to web server logs. This only affects applications using the default...

5.4CVSS5.4AI score
SaveExploits0References2Affected Software1
CVE
CVE
added yesterday13 views

CVE-2026-21766

CVE-2026-21766 affects the default login portlet in HCL Digital Experience and Digital Experience Compose. It describes insufficient protection of credentials, with the potential for sensitive information to be written to web server logs under specific use cases/configurations. The connected reco...

5.4CVSS5.4AI score
SaveExploits0References1
NVD
NVD
added yesterday8 views

CVE-2026-9130

IBM Langflow OSS 1.0.0 through 1.10.3 contain an authorization bypass vulnerability in the MemoryComponent that allows authenticated users to access chat history of other users via sessionid collision. The MemoryComponent.retrievemessages and storemessage methods filter on sessionid without...

7.1CVSS
SaveExploits0References1
Cvelist
Cvelist
added yesterday7 views

CVE-2026-9130 Langflow OSS is affected by arbitrary code execution in custom component validation and trusted code enforcement

IBM Langflow OSS 1.0.0 through 1.10.3 contain an authorization bypass vulnerability in the MemoryComponent that allows authenticated users to access chat history of other users via sessionid collision. The MemoryComponent.retrievemessages and storemessage methods filter on sessionid without...

7.1CVSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added yesterday2 views

CVE-2026-9130

IBM Langflow OSS 1.0.0 through 1.10.3 contain an authorization bypass vulnerability in the MemoryComponent that allows authenticated users to access chat history of other users via sessionid collision. The MemoryComponent.retrievemessages and storemessage methods filter on sessionid without...

7.1CVSS5.5AI score
SaveExploits0References2Affected Software1
RedHat Linux
RedHat Linux
added yesterday3 views

keycloak-services: keycloak-services: SAML IdP-initiated broker login bypasses link-only restriction

A flaw was found in the SAML broker component of Keycloak, which is used to manage identity federation and user authentication. The issue occurs because the IdP-initiated Single Sign-On endpoint fails to check if a provider is restricted to account linking only. This allows an attacker with contr...

7.4CVSS5.4AI score
SaveExploits0References4
EUVD
EUVD
added yesterday5 views

EUVD-2026-53397

Insufficient Verification of Data Authenticity vulnerability in Apache Answer. This issue affects Apache Answer: through 2.0.1. A missing authorization check in the external-login email binding flow allows unauthenticated attackers to take over arbitrary user accounts by tricking victims into...

5.6AI score
SaveExploits0References1
Cvelist
Cvelist
added yesterday13 views

CVE-2026-48911 Apache Answer: Unauthenticated OAuth Email-Binding Account Takeover via Existing User Confirmation Flow

Insufficient Verification of Data Authenticity vulnerability in Apache Answer. This issue affects Apache Answer: through 2.0.1. A missing authorization check in the external-login email binding flow allows unauthenticated attackers to take over arbitrary user accounts by tricking victims into...

SaveExploits0References1
EUVD
EUVD
added yesterday5 views

EUVD-2026-53395

A flaw was found in the SAML broker component of Keycloak, which is used to manage identity federation and user authentication. The issue occurs because the IdP-initiated Single Sign-On endpoint fails to check if a provider is restricted to account linking only. This allows an attacker with contr...

7.4CVSS5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added yesterday11 views

CVE-2026-16442 Keycloak-services: keycloak-services: saml idp-initiated broker login bypasses link-only restriction

A flaw was found in the SAML broker component of Keycloak, which is used to manage identity federation and user authentication. The issue occurs because the IdP-initiated Single Sign-On endpoint fails to check if a provider is restricted to account linking only. This allows an attacker with contr...

7.4CVSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added yesterday5 views

CVE-2026-16442

A flaw was found in the SAML broker component of Keycloak, which is used to manage identity federation and user authentication. The issue occurs because the IdP-initiated Single Sign-On endpoint fails to check if a provider is restricted to account linking only. This allows an attacker with contr...

7.4CVSS5.1AI score
SaveExploits0References3
OSSF Malicious Packages
OSSF Malicious Packages
added yesterday4 views

Malicious code in new-native-tools-linux-x64-gnu (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector c713b56fdb956dbd0caaa24969878e04aba9374f65d5fcfb8139771a012ff7cc The package's only shipped artifact is a 10 MB Linux x8664 ELF Node addon set as main tools.linux-x64-gnu.node, so it is loaded automatically on...

5.6AI score
SaveExploits0References3
OSV
OSV
added yesterday4 views

MAL-2026-12402 Malicious code in new-native-tools-linux-x64-gnu (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector c713b56fdb956dbd0caaa24969878e04aba9374f65d5fcfb8139771a012ff7cc The package's only shipped artifact is a 10 MB Linux x8664 ELF Node addon set as main tools.linux-x64-gnu.node, so it is loaded automatically on...

5.6AI score
SaveExploits0References3
NVD
NVD
added yesterday5 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 yesterday3 views

CVE-2026-71237

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.8CVSS
SaveExploits0References1
NVD
NVD
added yesterday4 views

CVE-2026-71241

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. This allows any unauthenticated remote user to retrieve student PII name,...

7.5CVSS
SaveExploits0References1
Cvelist
Cvelist
added yesterday17 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 yesterday3 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 yesterday25 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
CVE
CVE
added yesterday12 views

CVE-2026-71241

CVE-2026-71241 affects a Book-Management-System built with Flask. Several endpoints (/student, /record, /books, /find_stu_book, /find_not_return_book) are missing the @login_required decorator that protects related routes (/search_student, /storage). This misconfiguration allows any unauthenticat...

7.5CVSS5.6AI score
SaveExploits0References1
Rows per page
Query Builder