Lucene search
+L

130250 matches found

EUVD
EUVD
added 2026/08/18 9:03 p.m.8 views

EUVD-2026-62007

Vulnerability in the RDBMS component of Oracle Database Server. Supported versions that are affected are 23.4.0-23.26.3. Difficult to exploit vulnerability allows low privileged attacker having Authenticated User privilege with network access via Oracle Net to compromise RDBMS. While the...

8.5CVSS5.4AI score0.00248EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/08/18 8:51 p.m.11 views

Lemur: Missing authorization check on POST /certificates/<id>/export for plugins with requires_key = False

Summary The CertificateExport handler in lemur/certificates/views.py nests its entire ownership / CertificatePermission check inside an if plugin.requireskey: branch. When the selected export plugin advertises requireskey = False, the authorization check is skipped entirely and any authenticated...

4.3CVSS5.5AI score0.00178EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/18 8:51 p.m.7 views

GHSA-CFH6-PV5C-38JV Lemur: Unchecked `replaces[]` lets any user silence notifications and hijack auto-rotation for arbitrary certificates

Summary Repo under test: https://github.com/Netflix/lemur The certificate create and upload endpoints accept a replaces alias replacements array that is resolved to live Certificate ORM objects with no ownership or CertificatePermission check on the referenced certificates. The SQLAlchemy...

8.1CVSS6AI score0.00179EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/18 8:47 p.m.10 views

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
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/08/18 8:47 p.m.23 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.15 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.9 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
NVD
NVD
added 2026/08/18 8:17 p.m.8 views

CVE-2026-71317

Lemur manages TLS certificate creation. Prior to 1.9.3, POST /api/1/authorities with type=subca did not require AuthorityPermission on the parent authority when ADMINONLYAUTHORITYCREATION was false. AssociatedAuthoritySchema resolved the caller-supplied parent and passed it through authority...

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

CVE-2026-65985

FUXA is a web-based Process Visualization SCADA/HMI/Dashboard software. In 1.3.2 and earlier, the device-webapi-request Socket.IO handler in server/runtime/index.js permits an authenticated non-admin runtime user to control property.address, causing the FUXA server to issue an outbound HTTP or...

6CVSS0.00341EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/18 8:16 p.m.18 views

EUVD-2026-61219

Froxlor is open source server administration software. Prior to 2.3.8, DNS TXT record content accepted by lib/Froxlor/Api/Commands/DomainZones.php can contain HTML special characters, lib/Froxlor/UI/Callbacks/Text.php returns the content from Text::wordwrap without HTML escaping, and...

8.7CVSS5.3AI score0.00382EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 8:12 p.m.11 views

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

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.4AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/18 8:12 p.m.9 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
Vulnrichment
Vulnrichment
added 2026/08/18 8:12 p.m.9 views

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

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
CVE
CVE
added 2026/08/18 8:12 p.m.30 views

CVE-2026-54543

In Froxlor before 2.3.8, an authenticated customer with DNS-zone permissions can inject crafted record or type field values (line delimiters, tabs, semicolons) into lib/Froxlor/Api/Commands/DomainZones.php, which DnsEntry.php serializes into a BIND zone file, creating extra resource-record lines ...

5.4CVSS5.3AI score0.00428EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 8:05 p.m.22 views

CVE-2026-65985 FUXA: SSRF hardening for `device-webapi-request`

FUXA is a web-based Process Visualization SCADA/HMI/Dashboard software. In 1.3.2 and earlier, the device-webapi-request Socket.IO handler in server/runtime/index.js permits an authenticated non-admin runtime user to control property.address, causing the FUXA server to issue an outbound HTTP or...

6CVSS0.00341EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/18 8:05 p.m.11 views

CVE-2026-65985 FUXA: SSRF hardening for `device-webapi-request`

FUXA is a web-based Process Visualization SCADA/HMI/Dashboard software. In 1.3.2 and earlier, the device-webapi-request Socket.IO handler in server/runtime/index.js permits an authenticated non-admin runtime user to control property.address, causing the FUXA server to issue an outbound HTTP or...

6CVSS5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/18 7:49 p.m.22 views

CVE-2026-76032 Pydio Cells 5.0.0 to 5.0.2 - Missing Authorization on the Share Link REST Handler

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
OSV
OSV
added 2026/08/18 7:49 p.m.14 views

CVE-2026-76032 Pydio Cells 5.0.0 to 5.0.2 - Missing Authorization on the Share Link REST Handler

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.3CVSS5.5AI score
SaveExploits0References9
EUVD
EUVD
added 2026/08/18 7:49 p.m.8 views

EUVD-2026-61205

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.3CVSS5.4AI score0.00277EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/18 7:16 p.m.6 views

CVE-2025-9211

Unescaped stored values in application security page in Otalio Ship Property Management System versions before 2.22.0 allows authenticated attackers to escalate privileges via persistent cross-site scripting...

6.7CVSS0.0027EPSS
SaveExploits0References2
Rows per page
Query Builder