Lucene search
+L

21297 matches found

BDU FSTEC
BDU FSTEC
•added 2026/04/13 12:00 a.m.•11 views

The vulnerability of the HMAC algorithm (Hash-based Message Authentication Code) of the AI agent OpenClaw (formerly known as ClawdBot or MoltBot) allows a perpetrator to compromise the integrity and accessibility of the protected information.

The vulnerability of the HMAC-based Message Authentication Code algorithm used by the AI agent OpenClaw formerly known as ClawdBot or MoltBot relates to the possibility of bypassing the authentication process. Exploiting this vulnerability could allow a malicious actor to compromise the integrity...

6.5CVSS5.8AI score0.00469EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
•added 2026/04/13 12:00 a.m.•31 views

PT-2026-32385

Missing Authorization vulnerability allows Exposure of Sensitive Information via configuration endpoint. This issue affects Pandora FMS: from 777 through 800...

8.4CVSS5.8AI score0.0034EPSS
SaveExploits0References2
OpenVAS
OpenVAS
•added 2026/04/13 12:00 a.m.•11 views

Ubuntu: Security Advisory (USN-8160-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8.7CVSS5.8AI score0.83218EPSS
SaveExploits39References4
Tenable Nessus
Tenable Nessus
•added 2026/04/13 12:00 a.m.•6 views

Ubuntu 22.04 LTS / 24.04 LTS / 25.10 : Squid vulnerabilities (USN-8157-1)

The remote Ubuntu 22.04 LTS / 24.04 LTS / 25.10 host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-8157-1 advisory. It was discovered that Squid incorrectly handled certain ICP traffic. In environments where ICP support is enabled, a remote attacker...

9.2CVSS5.9AI score0.12797EPSS
SaveExploits0References4
Packet Storm
Packet Storm
•added 2026/04/13 12:00 a.m.•336 views

📄 OpenSTAManager 2.9.8 SQL Injection / Denial of Service

OpenSTAManager versions 2.9.8 and below suffer from a remote time-based SQL injection vulnerability in the search functionality that can lead to a denial of service condition. CVE-2026-24417: OpenSTAManager has a Time-Based Blind SQL Injection with Amplified Denial of Service Overview | Field |...

8.7CVSS5.9AI score0.00389EPSS
SaveExploits3
EUVD
EUVD
•added 2026/04/12 3:30 p.m.•17 views

EUVD-2019-20131

CMSsite 1.0 contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the catid parameter. Attackers can send GET requests to category.php with malicious catid values to extract sensitive database information includi...

8.8CVSS5.9AI score0.00413EPSS
SaveExploits1References4
NVD
NVD
•added 2026/04/12 1:16 p.m.•12 views

CVE-2019-25699

Newsbull Haber Script 1.0.0 contains multiple SQL injection vulnerabilities in the search parameter that allow authenticated attackers to extract database information through time-based, blind, and boolean-based injection techniques. Attackers can inject malicious SQL code through the search...

7.1CVSS0.00317EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
•added 2026/04/12 12:28 p.m.•11 views

CVE-2019-25710 Dolibarr ERP-CRM 8.0.4 SQL Injection via rowid Parameter

Dolibarr ERP-CRM 8.0.4 contains an SQL injection vulnerability in the rowid parameter of the admin dict.php endpoint that allows attackers to execute arbitrary SQL queries. Attackers can inject malicious SQL code through the rowid POST parameter to extract sensitive database information using...

8.8CVSS6.2AI score0.00311EPSS
SaveExploits1References4
Snyk
Snyk
•added 2026/04/10 10:07 p.m.•8 views

Missing Authentication for Critical Function

Overview Affected versions of this package are vulnerable to Missing Authentication for Critical Function via the AdminService/StreamWorkflowReplicationMessages endpoint. An attacker can access replication streams and exfiltrate data by connecting to the frontend gRPC server without providing...

6.3CVSS5.8AI score0.00665EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
•added 2026/04/10 9:31 p.m.•33 views

Temporal does not enforce authentication and authorization for the streaming AdminService/StreamWorkflowReplicationMessages endpoint

The frontend gRPC server's streaming interceptor chain did not include the authorization interceptor. When a ClaimMapper and Authorizer are configured, unary RPCs enforce authentication and authorization, but the streaming AdminService/StreamWorkflowReplicationMessages endpoint accepted requests...

6.3CVSS5.8AI score0.00665EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
•added 2026/04/10 8:52 p.m.•24 views

EUVD-2026-21605

FastGPT is an AI Agent building platform. Prior to 4.14.10.4, Broken Access Control vulnerability IDOR/BOLA allows any authenticated team to access and execute applications belonging to other teams by supplying a foreign appId. While the API correctly validates the team token, it does not verify...

5.3CVSS6AI score0.00441EPSS
SaveExploits0References2
OSV
OSV
•added 2026/04/10 7:49 p.m.•9 views

GHSA-W8JJ-CWMC-WGQ2 Ech0's Missing Authorization on System Logs Allows Non-Admin Information Disclosure

Summary The system log endpoints GET /api/system/logs, GET /api/system/logs/stream, WS /ws/system/logs lack authorization checks, allowing any authenticated non-admin user to read and stream all server logs. These logs contain error stack traces, internal file paths, module names, and arbitrary...

4.3CVSS5.9AI score0.0021EPSS
SaveExploits0References3
OSV
OSV
•added 2026/04/10 7:32 p.m.•16 views

GHSA-X783-XP3G-MQHP PraisonAI: SQLiteConversationStore didn't validate table_prefix when constructing SQL queries

Summary The tableprefix configuration value is directly used to construct SQL table identifiers without validation. If an attacker controls this value, they can manipulate SQL query structure, leading to unauthorized data access e.g., reading internal SQLite tables such as sqlitemaster and...

6.9CVSS6AI score0.00404EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
•added 2026/04/10 7:28 p.m.•17 views

PraisonAI Vulnerable to Sensitive Environment Variable Exposure via Untrusted MCP Subprocess Execution

PraisonAI’s MCP Model Context Protocol integration allows spawning background servers via stdio using user-supplied command strings e.g., MCP"npx -y @smithery/cli ...". These commands are executed through Python’s subprocess module. By default, the implementation forwards the entire parent proces...

5.5CVSS6.1AI score0.00185EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
•added 2026/04/10 7:28 p.m.•15 views

EUVD-2026-21511

PraisonAI Vulnerable to Sensitive Environment Variable Exposure via Untrusted MCP Subprocess Execution...

5.5CVSS5.8AI score0.00185EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/04/10 7:17 p.m.•32 views

CVE-2026-32252 Chartbrew Cross-Tenant Template Export and Secret Disclosure in `GET /team/:team_id/template/generate/:project_id`

Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create charts. Prior to 4.9.0, a cross-tenant authorization bypass exists in Chartbrew in GET /team/:teamid/template/generate/:projectid. The GET handler calls checkAccessreq,...

7.7CVSS0.00401EPSS
SaveExploits1References2
attackerkb
attackerkb
•added 2026/04/10 7:17 p.m.•5 views

CVE-2026-32252

Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create charts. Prior to 4.9.0, a cross-tenant authorization bypass exists in Chartbrew in GET /team/:teamid/template/generate/:projectid. The GET handler calls checkAccessreq,...

7.7CVSS5.8AI score0.00401EPSS
SaveExploits1References3Affected Software1
EUVD
EUVD
•added 2026/04/10 7:17 p.m.•15 views

EUVD-2026-21553

Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create charts. Prior to 4.9.0, a cross-tenant authorization bypass exists in Chartbrew in GET /team/:teamid/template/generate/:projectid. The GET handler calls checkAccessreq,...

7.7CVSS5.8AI score0.00401EPSS
SaveExploits1References2
NVD
NVD
•added 2026/04/10 7:16 p.m.•12 views

CVE-2026-33708

Chamilo LMS is a learning management system. Prior to 1.11.38, the getuserinfofromusername REST API endpoint returns personal information email, first name, last name, user ID, active status of any user to any authenticated user, including students. There is no authorization check. This...

6.5CVSS0.00354EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/04/10 7:03 p.m.•29 views

CVE-2026-33736 Chamilo LMS has an Insecure Direct Object Reference (IDOR) - User Data Exposure

Chamilo LMS is a learning management system. Prior to 2.0.0-RC.3, any authenticated user including ROLESTUDENT can enumerate all platform users and access personal information email, phone, roles via GET /api/users, including administrator accounts. This vulnerability is fixed in 2.0.0-RC.3...

6.5CVSS0.00354EPSS
SaveExploits0References2
Rows per page
Query Builder