Lucene search
+L

4116 matches found

EUVD
EUVD
added 1 hour ago7 views

EUVD-2026-52289

OpenWrt luci-app-dockerman LuCI master and openwrt-25.12 snapshots containing the ucode dockerrpc.uc RPC backend after the JS/ucode conversion contains an OS command injection vulnerability. The package's read ACL grants broad ubus access to docker. / docker.container., which exposes the...

8.8CVSS6.2AI score
SaveExploits0References5
Cvelist
Cvelist
added 3 hours ago6 views

CVE-2026-69096 OpenWrt luci-app-dockerman Read ACL Remote Code Execution

OpenWrt luci-app-dockerman LuCI master and openwrt-25.12 snapshots containing the ucode dockerrpc.uc RPC backend after the JS/ucode conversion contains an OS command injection vulnerability. The package's read ACL grants broad ubus access to docker. / docker.container., which exposes the...

8.8CVSS
SaveExploits0References4
CVE
CVE
added 3 hours ago10 views

CVE-2026-69096

OpenWrt luci-app-dockerman is affected by an OS command injection in the docker_rpc.uc backend after the JS/ucode conversion. The vulnerability arises because the read ACL can expose ubus objects docker.* / docker.container.* and the run_ttyd handler builds a shell command from request-controlled...

8.8CVSS6.2AI score
SaveExploits0References4
Nuclei
Nuclei
added 13 hours ago180 views

Apache HTTP Server - ACL Bypass

Encoding problem in modproxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect encoding to be sent to backend services, potentially bypassing authentication via crafted requests. id: CVE-2024-38473 info: name: Apache HTTP Server - ACL Bypass author: pdteam severity: high...

8.1CVSS6.7AI score0.25878EPSS
SaveExploits1References5
NVD
NVD
added 4 days ago9 views

CVE-2026-58222

A security flaw combining LDAP filter injection and improper authorization checks was found in Samba Active Directory Domain Controller AD DC. When processing LDAP Compare requests, Samba fails to properly validate user-supplied attribute names and executes the resulting internal database search ...

8.8CVSS0.00839EPSS
SaveExploits0References4
EUVD
EUVD
added 4 days ago12 views

EUVD-2026-51158

A security flaw combining LDAP filter injection and improper authorization checks was found in Samba Active Directory Domain Controller AD DC. When processing LDAP Compare requests, Samba fails to properly validate user-supplied attribute names and executes the resulting internal database search ...

8.8CVSS5.8AI score0.00839EPSS
SaveExploits0References4
Cvelist
Cvelist
added 4 days ago38 views

CVE-2026-14592 WP Real IP-based Access Control <= 1.3.1 - Unauthenticated Stored XSS via acl_ctrl_addr

The WP Real IP-based Access Control WordPress plugin through 1.3.1 does not perform any capability or nonce checks before storing one of its option values, and does not escape that value on output on its settings page, allowing unauthenticated users to store arbitrary JavaScript that executes in...

0.00209EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 5 days ago6 views

CVE-2026-58159 Apache Traffic Server: Listener and ACL handling allow access-control bypass

Apache Traffic Server can bypass IP access controls on UDS listeners and through ACL matching errors. This issue affects Apache Traffic Server: from 8.0.0 through 8.1.9, from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3. Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix...

8.2CVSS5.8AI score0.00399EPSS
SaveExploits0References1
Cvelist
Cvelist
added 5 days ago25 views

CVE-2026-58159 Apache Traffic Server: Listener and ACL handling allow access-control bypass

Apache Traffic Server can bypass IP access controls on UDS listeners and through ACL matching errors. This issue affects Apache Traffic Server: from 8.0.0 through 8.1.9, from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3. Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix...

8.2CVSS0.00399EPSS
SaveExploits0References1
EUVD
EUVD
added 5 days ago5 views

EUVD-2026-50212

Apache Traffic Server can bypass IP access controls on UDS listeners and through ACL matching errors. This issue affects Apache Traffic Server: from 8.0.0 through 8.1.9, from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3. Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix...

8.2CVSS5.8AI score0.00399EPSS
SaveExploits0References1
CVE
CVE
added 5 days ago20 views

CVE-2026-58159

Apache Traffic Server is affected by a vulnerability in Listener and ACL handling that allows bypass of IP access controls on UDS listeners and via ACL matching errors. Affected versions: 8.0.0–8.1.9, 9.0.0–9.2.14, 10.0.0–10.1.3. Fixed in 9.2.15 and 10.1.4. If exploiting details are not provided ...

8.2CVSS5.8AI score0.00399EPSS
SaveExploits0References1
NVD
NVD
added 6 days ago9 views

CVE-2026-54719

goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.1, the httpserver/updown.go bulkDownload handler for ?bulk&file= ZIP downloads did not call findEffectiveACL or applyCustomAuth, allowing unauthenticated reads of files protected only by .goshs folder...

7.5CVSS0.00283EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 6 days ago7 views

goshs has ACL Bypass & Path Traversal

Summary sendFile derives the served filename from the raw request path while opening the file from the cleaned path, so appending a trailing slash empties the derived name and defeats both the never-serve rule for the ACL file and the block list. Finding Medium: trailing-slash ACL and hidden-file...

5.3CVSS5.9AI score0.00308EPSS
SaveExploits0References4Affected Software4
Cvelist
Cvelist
added 6 days ago33 views

CVE-2026-66064 goshs has ACL Bypass & Path Traversal

goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.5, the httpserver/handler.go sendFile handler opened files using a cleaned path but derived the authorization filename from raw req.URL.Path, so a trailing slash could bypass .goshs ACL-file protection...

5.3CVSS0.00308EPSS
SaveExploits0References3
EUVD
EUVD
added 6 days ago7 views

EUVD-2026-50080

goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.1, the httpserver/updown.go bulkDownload handler for ?bulk&file= ZIP downloads did not call findEffectiveACL or applyCustomAuth, allowing unauthenticated reads of files protected only by .goshs folder...

7.5CVSS5.9AI score0.00283EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 6 days ago6 views

CVE-2026-54719 goshs: File-based .goshs ACL authorization bypass via the ?bulk zip-download route (unauthenticated read; residual of CVE-2026-40189)

goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.1, the httpserver/updown.go bulkDownload handler for ?bulk&file= ZIP downloads did not call findEffectiveACL or applyCustomAuth, allowing unauthenticated reads of files protected only by .goshs folder...

7.5CVSS5.9AI score0.00283EPSS
SaveExploits0References3
OSV
OSV
added 6 days ago4 views

CVE-2026-54719 goshs: File-based .goshs ACL authorization bypass via the ?bulk zip-download route (unauthenticated read; residual of CVE-2026-40189)

goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.1, the httpserver/updown.go bulkDownload handler for ?bulk&file= ZIP downloads did not call findEffectiveACL or applyCustomAuth, allowing unauthenticated reads of files protected only by .goshs folder...

7.5CVSS5.9AI score0.00283EPSS
SaveExploits0References5
NVD
NVD
added 6 days ago8 views

CVE-2026-61487

Improper Authorization vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ. An authenticated low-privilege user can bypass a per-destination write ACL by sending to an ActiveMQ temporary composite destination whose physical name is a comma-separated composite of real...

6.5CVSS0.00371EPSS
SaveExploits0References2
EUVD
EUVD
added 6 days ago6 views

EUVD-2026-49847

Improper Authorization vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ. An authenticated low-privilege user can bypass a per-destination write ACL by sending to an ActiveMQ temporary composite destination whose physical name is a comma-separated composite of real...

6.5CVSS5.8AI score0.00371EPSS
SaveExploits0References1
Samba
Samba
added 6 days ago4 views

Samba AD authenticated LDAP access domain takeover

Description Samba AD stores internal database configuration in LDB special records such as @MODULES and @PARTITION. These records are not directory objects and should never be writable by a normal LDAP client. An authenticated low-privilege domain user can nevertheless modify them through LDAP. T...

5.9AI score
SaveExploits0
Rows per page
Query Builder