Lucene search
+L

61260 matches found

OSV
OSV
added 2026/08/18 8:48 p.m.5 views

GHSA-7788-GHFQ-C6MH Froxlor: Credential and 2FA secret disclosure via Froxlor API endpoints

Summary Several Froxlor API command classes return sensitive authentication material in JSON API responses. The affected endpoints retrieve full database rows using SELECT , SELECT alias., or equivalent full-row queries, then return the results directly through $this-response... without removing...

9CVSS5.8AI score0.00585EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/18 8:48 p.m.9 views

Froxlor has CSRF Vulnerability in AJAX Endpoint — Missing Cross-Site Request Forgery Protection

Summary The Froxlor AJAX endpoint lib/ajax.php is missing Cross-Site Request Forgery CSRF protection. While the main application lib/init.php enforces CSRF token validation on all state-changing HTTP requests POST/PUT/PATCH/DELETE, the standalone lib/ajax.php endpoint bypasses this mechanism...

6.5CVSS5.6AI score0.00232EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2026/08/18 8:48 p.m.8 views

CVE-2026-53453 Blueprint Studio API authorization bypass for non-admin Home Assistant users

Blueprint Studio is a VS Code-like file editor for Home Assistant configuration files. Prior to 2.5.2, Blueprint Studio exposed administrator-intended backend API actions to any authenticated Home Assistant user because the backend did not consistently enforce the panel's admin-only authorization...

8.7CVSS5.5AI score0.00338EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 8:48 p.m.22 views

CVE-2026-53453 Blueprint Studio API authorization bypass for non-admin Home Assistant users

Blueprint Studio is a VS Code-like file editor for Home Assistant configuration files. Prior to 2.5.2, Blueprint Studio exposed administrator-intended backend API actions to any authenticated Home Assistant user because the backend did not consistently enforce the panel's admin-only authorization...

8.7CVSS0.00338EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/18 8:48 p.m.12 views

CVE-2026-53453

Blueprint Studio (a Home Assistant config editor) failed to enforce its admin-only authorization boundary prior to v2.5.2, allowing any authenticated non-admin user to invoke arbitrary services, modify config files, expose state, upload files, and reach terminal helpers, compromising CIA of the i...

8.7CVSS5.5AI score0.00338EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/18 8:48 p.m.7 views

Froxlor DomainZones.add allows DNS zone-file RR injection via record/type fields

Froxlor's DomainZones.add API command accepts user-controlled DNS record and type values and later writes them into generated BIND zone files without rejecting line delimiters, tab characters, or zone-file comment delimiters. The stronger variant is in record. An authenticated customer with...

5.4CVSS5.5AI score0.00428EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/18 8:47 p.m.6 views

GHSA-W27M-RMMF-G5W4 Froxlor: Second-Order SQL Injection via `Admins.add` `ipaddress` Parameter Allows Full Database Exfiltration

Summary A second-order SQL injection vulnerability in Froxlor's admin API allows an authenticated administrator to store a crafted SQL payload in the paneladmins.ip column via the Admins.add or Admins.update endpoint. The payload executes as a UNION-based SQL injection the next time...

7.2CVSS6.2AI score0.00611EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/18 8:47 p.m.19 views

CVE-2026-53458 Blueprint Studio API exposed internal exception details

Blueprint Studio is a VS Code-like file editor for Home Assistant configuration files. Prior to 2.5.2, Blueprint Studio backend API handlers in customcomponents/blueprintstudio/backend/api.py returned raw exception strings to authenticated Home Assistant users. Some exception messages could conta...

5.3CVSS0.00339EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/18 8:47 p.m.10 views

CVE-2026-53458

Blueprint Studio (a Home Assistant configuration editor add-on) prior to v2.5.2 returned raw exception strings from backend API handlers in custom_components/blueprint_studio/backend/api.py to authenticated users, exposing internal filesystem paths and implementation details that could aid finger...

5.3CVSS5.2AI score0.00339EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 8:47 p.m.6 views

CVE-2026-53458 Blueprint Studio API exposed internal exception details

Blueprint Studio is a VS Code-like file editor for Home Assistant configuration files. Prior to 2.5.2, Blueprint Studio backend API handlers in customcomponents/blueprintstudio/backend/api.py returned raw exception strings to authenticated Home Assistant users. Some exception messages could conta...

5.3CVSS5.3AI score
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/18 8:37 p.m.7 views

keycloak-services: keycloak-services: Vault-resolved rotated client secrets leaked via Admin REST API

A flaw was found in the Keycloak Admin REST API, which is used to manage security realms and clients. The issue occurs when the system processes requests for rotated client secrets that are stored in a secure vault. Due to improper boundary enforcement, a delegated administrator with view-only...

5.5CVSS5.4AI score0.00354EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/18 8:31 p.m.32 views

CVE-2026-76044

Race condition in USB in Google Chrome prior to 151.0.7922.169 allowed a remote attacker who had compromised the renderer process to potentially execute arbitrary code outside the sandbox via a crafted HTML page. Chromium security severity: High...

0.00387EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/18 8:31 p.m.11 views

EUVD-2026-61227

Race condition in USB in Google Chrome prior to 151.0.7922.169 allowed a remote attacker who had compromised the renderer process to potentially execute arbitrary code outside the sandbox via a crafted HTML page. Chromium security severity: High...

5.9AI score0.00387EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/18 8:18 p.m.11 views

CVE-2026-55593

Froxlor versions before 2.3.8 are vulnerable to CSRF: the standalone lib/ajax.php endpoint bypasses centralized validation in lib/init.php, and the editapikey action in Ajax::editApiKey modifies API key allowed_from/valid_until without a CSRF token. An attacker can forge requests via an authentic...

6.5CVSS5.3AI score0.00232EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 8:18 p.m.4 views

CVE-2026-55593 Froxlor: CSRF Vulnerability in Froxlor AJAX Endpoint — Missing Cross-Site Request Forgery Protection

Froxlor is open source server administration software. Prior to 2.3.8, the standalone lib/ajax.php entry point bypasses the centralized request validation in lib/init.php, and Ajax::handle in lib/Froxlor/Ajax/Ajax.php checks only for a valid session before routing state-changing requests. The...

6.5CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/18 8:18 p.m.24 views

CVE-2026-55593 Froxlor: CSRF Vulnerability in Froxlor AJAX Endpoint — Missing Cross-Site Request Forgery Protection

Froxlor is open source server administration software. Prior to 2.3.8, the standalone lib/ajax.php entry point bypasses the centralized request validation in lib/init.php, and Ajax::handle in lib/Froxlor/Ajax/Ajax.php checks only for a valid session before routing state-changing requests. The...

6.5CVSS0.00232EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/18 8:17 p.m.6 views

CVE-2026-76032

Pydio Cells 5.0.0 through 5.0.2 returns share-link details to any authenticated user. The REST handler for GET /a/share/link/Uuid in idm/share/rest/handler.go reads the workspace UUID from the path, calls LinkById, and writes the result with no authorization step, whereas the sibling handler for...

5.3CVSS0.00277EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/18 8:17 p.m.3 views

CVE-2026-47721

FUXA is a web-based Process Visualization SCADA/HMI/Dashboard software. Prior to 1.3.2, POST /api/scheduler and DELETE /api/scheduler in server/api/scheduler/index.js do not consistently enforce authJwt.haveAdminPermission for scheduler settings. An authenticated non-admin operator can create or...

6.3CVSS0.00318EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/18 8:12 p.m.8 views

EUVD-2026-61217

Froxlor is open source server administration software. Prior to 2.3.8, the DomainZones.add API command in lib/Froxlor/Api/Commands/DomainZones.php accepts user-controlled record and type values without rejecting line delimiters, tab characters, semicolons, or unsupported DNS record types before...

5.4CVSS5.3AI score0.00428EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/18 8:10 p.m.10 views

EUVD-2026-61216

Froxlor is open source server administration software. From 2.3.7 until 2.3.8, the Customers.get, Customers.listing, Admins.get, Admins.listing, Ftps.get, and Ftps.listing API commands in lib/Froxlor/Api/Commands/Customers.php, lib/Froxlor/Api/Commands/Admins.php, and...

9CVSS5.4AI score0.00585EPSS
SaveExploits0References4
Rows per page
Query Builder