Lucene search
+L

87121 matches found

CNNVD
CNNVD
•added 2026/04/02 12:00 a.m.•20 views

phpMyFAQ 安全漏洞

phpMyFAQ is a multilingual FAQ system developed by Thorsten Rinne. It is entirely database-driven. Versions of phpMyFAQ prior to 4.1.1 contained a security vulnerability; this vulnerability stemmed from the lack of escaping of SQL LIKE wildcards in search queries, which could lead to information...

6.9CVSS5.8AI score0.00385EPSS
SaveExploits1References2
CNNVD
CNNVD
•added 2026/04/02 12:00 a.m.•17 views

MB Connect Line mbCONNECT24 安全漏洞

MB Connect Line mbCONNECT24 is a remote service portal developed by the German company MB Connect Line. This product supports features such as remote access, data recording, and alarm notifications. There is a security vulnerability in MB Connect Line mbCONNECT24; this vulnerability stems from th...

5.3CVSS5.8AI score0.00441EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2026/04/02 12:00 a.m.•31 views

PT-2026-29714

An unauthenticated remote attacker can access a configuration file containing database credentials. This can result in a some loss of confidentiality, but there is no endpoint exposed to use these credentials...

5.3CVSS6AI score0.00441EPSS
SaveExploits0References3
CNNVD
CNNVD
•added 2026/04/02 12:00 a.m.•15 views

OpenSTAManager 安全漏洞

OpenSTAManager is an open-source management software for technical assistance and billing developed by Devcode. Versions of OpenSTAManager prior to 2.10.2 contained security vulnerabilities. These vulnerabilities stemmed from a lack of validation in the database conflict resolution function, whic...

8.8CVSS6.1AI score0.0081EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
•added 2026/04/01 11:20 p.m.•16 views

PraisonAI Has Second-Order SQL Injection in `get_all_user_threads`

Summary The getalluserthreads function constructs raw SQL queries using f-strings with unescaped thread IDs fetched from the database. An attacker stores a malicious thread ID via updatethread. When the application loads the thread list, the injected payload executes and grants full database...

9.8CVSS6AI score0.00596EPSS
SaveExploits1References3Affected Software1
OSV
OSV
•added 2026/04/01 11:20 p.m.•41 views

GHSA-9CQ8-3V94-434G PraisonAI Has Second-Order SQL Injection in `get_all_user_threads`

Summary The getalluserthreads function constructs raw SQL queries using f-strings with unescaped thread IDs fetched from the database. An attacker stores a malicious thread ID via updatethread. When the application loads the thread list, the injected payload executes and grants full database...

9.8CVSS6AI score0.00596EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
•added 2026/04/01 11:01 p.m.•29 views

CVE-2026-34400

Alerta is a monitoring tool. Prior to version 9.1.0, the Query string search API q= was vulnerable to SQL injection via the Postgres query parser, which built WHERE clauses by interpolating user-supplied search terms directly into SQL strings via f-strings. This issue has been patched in version...

9.8CVSS5.8AI score0.0059EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:19 p.m.•16 views

Payload has an SQL Injection via Query Handling

Impact Certain request inputs were not properly validated. An attacker could craft requests that influence SQL query execution, potentially exposing or modifying data in collections. Patches This issue has been fixed in v3.79.1 and later. Query input validation has been hardened. Upgrade to v3.79...

8.5CVSS5.8AI score0.00398EPSS
SaveExploits0References4Affected Software1
Snyk
Snyk
•added 2026/04/01 9:11 p.m.•5 views

Insertion of Sensitive Information Into Sent Data

Overview openssl-encrypt is an A package for secure file encryption and decryption based on modern ciphers using heavy-compute-load chaining of hashing and KDF to generate strong encryption password based on users provided password to ensure secure encryption of files Affected versions of this...

8.7CVSS5.9AI score
SaveExploits0References2
OSV
OSV
•added 2026/04/01 9:11 p.m.•19 views

GHSA-2VHW-Q7VH-7XV2 openssl-encrypt's readiness endpoint leaks database error details to unauthenticated callers

Summary The /ready endpoint in opensslencryptserver/server.py at lines 159-175 catches database errors and returns the full exception string in the response. Affected Code python except Exception as e: return "status": "notready", "reason": stre Impact Database exception messages can leak: -...

8.7CVSS5.9AI score0.00444EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
•added 2026/04/01 9:11 p.m.•32 views

openssl-encrypt's readiness endpoint leaks database error details to unauthenticated callers

Summary The /ready endpoint in opensslencryptserver/server.py at lines 159-175 catches database errors and returns the full exception string in the response. Affected Code python except Exception as e: return "status": "notready", "reason": stre Impact Database exception messages can leak: -...

5.9AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:03 p.m.•40 views

NetBird has Race Condition on UpdateUser Function, Resulting in Privilege Escalation From Admin to Owner

Summary A race condition vulnerability allows authenticated admin-privileged users to escalate to owner privilege. Details The vulnerability exists in the updateUser function, which is connected to the /users/userId PUT request. This function then calls the SaveOrAddUsers function, which checks t...

5.9AI score
SaveExploits0References2Affected Software1
NVD
NVD
•added 2026/04/01 8:16 p.m.•13 views

CVE-2026-34747

Payload is a free and open source headless content management system. Prior to version 3.79.1, certain request inputs were not properly validated. An attacker could craft requests that influence SQL query execution, potentially exposing or modifying data in collections. This issue has been patche...

8.5CVSS0.00398EPSS
SaveExploits0References2
Snyk
Snyk
•added 2026/04/01 7:46 p.m.•6 views

Deserialization of Untrusted Data

Overview devcode-it/openstamanager is a management software for technical assistance and electronic invoicing Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the unserialize process of the accesstoken field in the OAuth2 configuration flow, where...

8.6CVSS6.2AI score0.00691EPSS
SaveExploits2References2
Github Security Blog
Github Security Blog
•added 2026/04/01 7:46 p.m.•24 views

OpenSTAManager has a Time-Based Blind SQL Injection via `options[stato]` Parameter

Description Multiple AJAX select handlers in OpenSTAManager = 2.10.1 are vulnerable to Time-Based Blind SQL Injection through the optionsstato GET parameter. The user-supplied value is read from $superselect'stato' and concatenated directly into SQL WHERE clauses as a bare expression, without any...

8.8CVSS6.1AI score0.0054EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 7:20 p.m.•16 views

Securing the open source supply chain across GitHub

Over the past year, a new pattern has emerged in attacks on the open source supply chain. Attackers are focusing on exfiltrating secrets like API keys in order to both publish malicious packages from an attacker-controlled machine as well as gain access to more projects in order to propagate the...

5.9AI score
SaveExploits0
EUVD
EUVD
•added 2026/04/01 6:36 p.m.•11 views

EUVD-2025-209164

A non-default configuration in Sage DPW 202506004 allows unauthenticated access to diagnostic endpoints within the Database Monitor feature, exposing sensitive information such as hashes and table names. This feature is disabled by default in all installations and never available in Sage DPW Clou...

5.9CVSS5.9AI score0.00287EPSS
SaveExploits0References3
NVD
NVD
•added 2026/04/01 4:23 p.m.•16 views

CVE-2025-67805

A non-default configuration in Sage DPW 202506004 allows unauthenticated access to diagnostic endpoints within the Database Monitor feature, exposing sensitive information such as hashes and table names. This feature is disabled by default in all installations and never available in Sage DPW Clou...

7.5CVSS0.00287EPSS
SaveExploits0References2
OSV
OSV
•added 2026/04/01 3:30 p.m.•8 views

MAL-2026-2403 Malicious code in polymarkets-sdk (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: kam193 facfcba74011619f5bb2eaf096e41239f81520cb4effff3b45f8b42c84d42060 During import, the code attempts to exfiltrate to a hardcoded location sensitive data, including private SSH keys, cloud credentials and Windows SAM database...

6AI score
SaveExploits0References1
EUVD
EUVD
•added 2026/04/01 12:31 p.m.•18 views

EUVD-2026-17869

A vulnerability was identified in MEPIS RM, an industrial software product developed by Metronik. The application contained a hardcoded cryptographic key within the Mx.Web.ComponentModel.dll component. When the option to store domain passwords was enabled, this key was used to encrypt user...

6.4CVSS5.9AI score0.00149EPSS
SaveExploits0References2
Rows per page
Query Builder