Lucene search
+L

29198 matches found

RedhatCVE
RedhatCVE
•added 2026/08/19 5:51 p.m.•13 views

CVE-2020-37267

A flaw was found in Renovate. When used with Azure DevOps, the bot's authorization token may be exposed in server or pipeline logs. This occurs because the git http.extraheader=AUTHORIZATION parameter is logged without redaction. An attacker with access to these logs could obtain the bot's...

8.7CVSS5AI score0.00432EPSS
SaveExploits0References5
NVD
NVD
•added 2026/08/19 5:18 p.m.•16 views

CVE-2026-44256

Wazuh is a free and open source platform used for threat prevention, detection, and response. From 4.4.0 until 4.14.6 and 5.0.0-beta2, api/api/middlewares.py decodes the Basic authentication username before credential validation and passes it to the access logger without neutralizing control...

5.3CVSS0.00485EPSS
SaveExploits1References5
CVE
CVE
•added 2026/08/19 4:21 p.m.•50 views

CVE-2026-44256

Wazuh (open-source threat prevention, detection, and response platform) is vulnerable to CRLF log injection in its API access logger. In versions 4.4.0 through 4.14.6 and 5.0.0-beta2 , the file api/api/middlewares.py decodes the Basic-authentication username before credential validation and passe...

5.3CVSS5.4AI score0.00485EPSS
SaveExploits1References5Affected Software1
Cvelist
Cvelist
•added 2026/08/19 4:21 p.m.•45 views

CVE-2026-44256 Wazuh: CRLF Log Injection via Unsanitized Basic-Auth Username

Wazuh is a free and open source platform used for threat prevention, detection, and response. From 4.4.0 until 4.14.6 and 5.0.0-beta2, api/api/middlewares.py decodes the Basic authentication username before credential validation and passes it to the access logger without neutralizing control...

5.3CVSS0.00485EPSS
SaveExploits1References5
EUVD
EUVD
•added 2026/08/19 4:21 p.m.•18 views

EUVD-2026-62575

Wazuh is a free and open source platform used for threat prevention, detection, and response. From 4.4.0 until 4.14.6 and 5.0.0-beta2, api/api/middlewares.py decodes the Basic authentication username before credential validation and passes it to the access logger without neutralizing control...

5.3CVSS5.4AI score0.00485EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
•added 2026/08/19 4:21 p.m.•12 views

CVE-2026-44256 Wazuh: CRLF Log Injection via Unsanitized Basic-Auth Username

Wazuh is a free and open source platform used for threat prevention, detection, and response. From 4.4.0 until 4.14.6 and 5.0.0-beta2, api/api/middlewares.py decodes the Basic authentication username before credential validation and passes it to the access logger without neutralizing control...

5.3CVSS5.4AI score0.00485EPSS
SaveExploits1References5
OSV
OSV
•added 2026/08/19 4:21 p.m.•20 views

CVE-2026-44256 Wazuh: CRLF Log Injection via Unsanitized Basic-Auth Username

Wazuh is a free and open source platform used for threat prevention, detection, and response. From 4.4.0 until 4.14.6 and 5.0.0-beta2, api/api/middlewares.py decodes the Basic authentication username before credential validation and passes it to the access logger without neutralizing control...

5.3CVSS5.6AI score
SaveExploits0References7
CVE
CVE
•added 2026/08/19 3:53 p.m.•64 views

CVE-2026-63408

In Grav API Plugin before 1.0.0-rc.16, JwtAuthenticator::extractBearerToken() accepts a JWT via the ?token= URL query parameter on all /api/v1 routes, exposing valid tokens in Apache/proxy/CDN logs, browser history, and Referer headers. An attacker with access to those records can reuse the token...

7.5CVSS5.4AI score0.00492EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/08/19 3:53 p.m.•15 views

EUVD-2026-62547

Grav API Plugin is a RESTful API for Grav CMS that provides full headless access to your site's content. Prior to 1.0.0-rc.16, the Grav API plugin JwtAuthenticator::extractBearerToken accepts a JWT from the token URL query parameter on every /api/v1 route, including state-changing endpoints...

7.5CVSS5.4AI score0.00492EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/08/19 2:01 p.m.•17 views

EUVD-2020-31261

Renovate versions =19.180.0 and 23.25.1, when used with Azure DevOps, may expose the bot's authorization token in server or pipeline logs because the git http.extraheader=AUTHORIZATION parameter is logged without redaction. Anyone with access to saved logs could obtain the bot credentials. Fixed ...

8.7CVSS5.4AI score0.00432EPSS
SaveExploits0References2
CVE
CVE
•added 2026/08/19 2:01 p.m.•28 views

CVE-2020-37267

Renovate versions >=19.180.0 and

8.7CVSS5.3AI score0.00432EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/19 2:01 p.m.•30 views

CVE-2020-37267 Renovate 19.180.0 before 23.25.1 Token Leakage via Logs

Renovate versions =19.180.0 and 23.25.1, when used with Azure DevOps, may expose the bot's authorization token in server or pipeline logs because the git http.extraheader=AUTHORIZATION parameter is logged without redaction. Anyone with access to saved logs could obtain the bot credentials. Fixed ...

8.7CVSS0.00432EPSS
SaveExploits0References2
OSV
OSV
•added 2026/08/19 11:56 a.m.•10 views

PYSEC-2026-3673 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.6AI score0.00234EPSS
SaveExploits0References7
PyPA
PyPA
•added 2026/08/19 11:56 a.m.•19 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.00234EPSS
SaveExploits0References7Affected Software1
PyPA
PyPA
•added 2026/08/19 11:56 a.m.•19 views

MLflow: trace API endpoints lack proper authorization validators

In MLflow versions prior to 3.13.0, when running with authentication enabled, the trace API endpoints lack proper authorization validators. This allows any authenticated user to bypass experiment-level authorization controls on all trace operations, including reading, deleting, and modifying trac...

8.1CVSS7.8AI score0.00548EPSS
SaveExploits1References8Affected Software1
OSV
OSV
•added 2026/08/19 11:56 a.m.•16 views

PYSEC-2026-3686 MLflow: trace API endpoints lack proper authorization validators

In MLflow versions prior to 3.13.0, when running with authentication enabled, the trace API endpoints lack proper authorization validators. This allows any authenticated user to bypass experiment-level authorization controls on all trace operations, including reading, deleting, and modifying trac...

8.1CVSS7.8AI score0.00548EPSS
SaveExploits1References8
OSV
OSV
•added 2026/08/19 11:37 a.m.•14 views

BIT-GOLANG-2026-56865 Fix transparency log tile verification bypass in golang.org/x/mod/sumdb/tlog

A malicious GOPROXY was previously capable of forging up to two sumdb tiles that allow for a requested module to bypass the GOSUMDB check and persist attacker-controlled module content to a local Go module cache. This attack allows for a malicious GOPROXY to serve malicious module content that...

8.4CVSS5.3AI score0.00138EPSS
SaveExploits0References6
OSV
OSV
•added 2026/08/19 11:37 a.m.•26 views

BIT-GOLANG-2026-56864 Ignore unrelated, unauthenticated hashes in Lookup in golang.org/x/mod/sumdb

A malicious GOSUMDB was capable of serving arbitrary module content not contained within the transparency log. This attack allows for a coordinating GOPROXY and GOSUMDB to serve a client malicious module content that cannot be detected by evaluating the transparency log. In order to determine if...

7.5CVSS5.6AI score0.00316EPSS
SaveExploits0References6
OSV
OSV
•added 2026/08/19 9:11 a.m.•5 views

SUSE-SU-2026:23301-1 Security update for go1.26

This update for go1.26 fixes the following issues: Update to go1.26.6 released 2026-08-13, bsc1255111. Security issues fixed: - CVE-2026-33818: encoding/asn1: unenforced recursion limit can lead to stack exhaustion when parsing deeply-nested, recursive structures bsc1275034. - CVE-2026-39821:...

9.6CVSS5.8AI score0.00692EPSS
SaveExploits0References20
RedHat Linux
RedHat Linux
•added 2026/08/19 2:08 a.m.•34 views

kernel: dm log: fix out-of-bounds write due to region_count overflow

A flaw was found in the Linux kernel's device-mapper log dm log component. A local attacker could exploit an integer overflow vulnerability where a 64-bit value is truncated to 32 bits, leading to undersized memory allocations. This allows for out-of-bounds writes to kernel memory during log...

7.8CVSS5.6AI score0.0014EPSS
SaveExploits0References5
Rows per page
Query Builder