Lucene search
+L

28603 matches found

CVE
CVE
•added 2026/08/28 4:18 p.m.•25 views

CVE-2026-82267

Komodo (through version 2.3.2) contains a logic flaw in the /execute and /execute/{variant} API handlers, where internal resource identifiers are disclosed and audit log entries are written before permission checks are evaluated. Authenticated users can exploit this by guessing resource names to ...

5.4CVSS5.9AI score0.00304EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/28 4:18 p.m.•43 views

CVE-2026-82267 Komodo Resource Identifier Disclosure and Audit Log Pollution Before Permission Check

Komodo through 2.3.2 discloses internal resource identifiers and writes audit entries before performing permission checks in the /execute and /execute/variant handlers. Authenticated users can guess resource names to obtain internal identifiers and insert fraudulent audit log entries...

5.4CVSS0.00304EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/28 4:18 p.m.•45 views

CVE-2026-82265 Zipkin Unauthenticated Spring Boot Actuator Endpoints Exposure

Zipkin through 3.6.1 exposes Spring Boot Actuator endpoints on the tracing API port without authentication, allowing unauthenticated attackers to access sensitive information. Attackers can read environment variables, bean configurations, and storage credentials via actuator endpoints, or modify...

6.9CVSS5.9AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/08/28 4:18 p.m.•15 views

EUVD-2026-67796

Zipkin through 3.6.1 exposes Spring Boot Actuator endpoints on the tracing API port without authentication, allowing unauthenticated attackers to access sensitive information. Attackers can read environment variables, bean configurations, and storage credentials via actuator endpoints, or modify...

6.9CVSS5.9AI score0.00449EPSS
SaveExploits0References4
OSV
OSV
•added 2026/08/28 4:17 p.m.•12 views

DEBIAN-CVE-2026-15603

morgan is an HTTP request logger middleware for Node.js. In versions prior to 1.12.0, the internal helper that escapes log token values did not neutralize the Unicode line separator characters U+0085 Next Line, U+2028 Line Separator, and U+2029 Paragraph Separator. An unauthenticated remote clien...

5.3CVSS6AI score0.00294EPSS
SaveExploits0References1
NVD
NVD
•added 2026/08/28 4:17 p.m.•12 views

CVE-2026-15603

morgan is an HTTP request logger middleware for Node.js. In versions prior to 1.12.0, the internal helper that escapes log token values did not neutralize the Unicode line separator characters U+0085 Next Line, U+2028 Line Separator, and U+2029 Paragraph Separator. An unauthenticated remote clien...

5.3CVSS0.00294EPSS
SaveExploits0References2
OSV
OSV
•added 2026/08/28 4:17 p.m.•10 views

UBUNTU-CVE-2026-15603

morgan is an HTTP request logger middleware for Node.js. In versions prior to 1.12.0, the internal helper that escapes log token values did not neutralize the Unicode line separator characters U+0085 Next Line, U+2028 Line Separator, and U+2029 Paragraph Separator. An unauthenticated remote clien...

5.3CVSS6AI score0.00294EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/28 4:17 p.m.•14 views

CVE-2026-15603

morgan is an HTTP request logger middleware for Node.js. In versions prior to 1.12.0, the internal helper that escapes log token values did not neutralize the Unicode line separator characters U+0085 Next Line, U+2028 Line Separator, and U+2029 Paragraph Separator. An unauthenticated remote clien...

5.3CVSS5.9AI score0.00294EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
•added 2026/08/28 1:41 p.m.•21 views

CVE-2026-15603 morgan vulnerable to Log Forging via unescaped Unicode line separators

morgan is an HTTP request logger middleware for Node.js. In versions prior to 1.12.0, the internal helper that escapes log token values did not neutralize the Unicode line separator characters U+0085 Next Line, U+2028 Line Separator, and U+2029 Paragraph Separator. An unauthenticated remote clien...

5.3CVSS6AI score0.00294EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/28 1:41 p.m.•41 views

CVE-2026-15603 morgan vulnerable to Log Forging via unescaped Unicode line separators

morgan is an HTTP request logger middleware for Node.js. In versions prior to 1.12.0, the internal helper that escapes log token values did not neutralize the Unicode line separator characters U+0085 Next Line, U+2028 Line Separator, and U+2029 Paragraph Separator. An unauthenticated remote clien...

5.3CVSS0.00294EPSS
SaveExploits0References2
Debian CVE
Debian CVE
•added 2026/08/28 1:41 p.m.•15 views

CVE-2026-15603

morgan is an HTTP request logger middleware for Node.js. In versions prior to 1.12.0, the internal helper that escapes log token values did not neutralize the Unicode line separator characters U+0085 Next Line, U+2028 Line Separator, and U+2029 Paragraph Separator. An unauthenticated remote clien...

5.3CVSS6AI score0.00294EPSS
SaveExploits0
CVE
CVE
•added 2026/08/28 1:41 p.m.•37 views

CVE-2026-15603

morgan (HTTP request logger middleware for Node.js) is affected by a log forging issue (CWE-117) in versions prior to 1.12.0 . The internal helper that escapes log token values failed to neutralize Unicode line separator characters U+0085 , U+2028 , and U+2029 . An unauthenticated remote client c...

5.3CVSS6AI score0.00294EPSS
SaveExploits0References2Affected Software1
OSV
OSV
•added 2026/08/28 12:46 p.m.•12 views

CVE-2026-58106 Incomplete fix for CVE-2025-40843: safe_strcpy is called with PATH_MAX into fullPath+2, writing 2 bytes past the buffer on every CodeChecker log invocation

CVE-2025-40843 https://github.com/advisories/GHSA-5xf2-f6ch-6p8r was fixed by replacing unchecked strcpy with a bounded safestrcpy helper. At ldlogger-tool-gcc.c:129 the destination passed to that helper is fullPath + 2, but the size passed down is the full PATHMAX. safestrcpy is strncpy, which...

5.1CVSS5.8AI score
SaveExploits0References3
CVE
CVE
•added 2026/08/28 12:46 p.m.•19 views

CVE-2026-58106

CodeChecker through 6.28.2 contains an incomplete fix for CVE-2025-40843. In ldlogger-tool-gcc.c:129 , the bounded helper safe_strcpy() is called with the full PATH_MAX size, but the destination is fullPath + 2 , leaving only 4094 bytes. Because safe_strcpy() is a strncpy() that NUL-pads to the f...

5.1CVSS5.8AI score0.00166EPSS
SaveExploits0References1
CVE
CVE
•added 2026/08/28 11:52 a.m.•21 views

CVE-2026-82181

Medical Practice Management System developed by Le-yan contains a Sensitive Data in URL vulnerability. Unauthenticated remote attackers can obtain sensitive information by viewing a victim's browser history or log files , as sensitive data is exposed directly in the URL. The vulnerability is rate...

6.8CVSS5.9AI score0.00228EPSS
SaveExploits0References2
NVD
NVD
•added 2026/08/28 8:16 a.m.•15 views

CVE-2026-80662

In the Linux kernel, the following vulnerability has been resolved: cxl: Fix CXLHEADERLOGSIZE to match RAS Capability size The CXL r4.0 8.2.4.17.7 RAS Capability Structure has total length 0x58 bytes CXLRASCAPABILITYLENGTH; the Header Log occupies the trailing 64 bytes at offset 0x18...

7.1CVSS0.00164EPSS
SaveExploits0References3
OSV
OSV
•added 2026/08/28 8:16 a.m.•8 views

UBUNTU-CVE-2026-80662

In the Linux kernel, the following vulnerability has been resolved: cxl: Fix CXLHEADERLOGSIZE to match RAS Capability size The CXL r4.0 8.2.4.17.7 RAS Capability Structure has total length 0x58 bytes CXLRASCAPABILITYLENGTH; the Header Log occupies the trailing 64 bytes at offset 0x18...

7.1CVSS6AI score0.00164EPSS
SaveExploits0References6
IBM Security Bulletins
IBM Security Bulletins
•added 2026/08/28 7:21 a.m.•11 views

Security Bulletin: IBM WebSphere Application Server shipped with IBM Tivoli System Automation Application Manager is affected by an unsafe deserialization and exposure of sensitive information (CVE-2026-14512, CVE-2026-14528 )

Summary IBM WebSphere Application Server used by IBM Tivoli System Automation Application Manager is affected by an unsafe deserialization and exposure of sensitive information. Vulnerability Details CVEID:CVE-2026-14512 DESCRIPTION: IBM WebSphere Application Server 9.0, and 8.5 traditional is...

9.8CVSS6.1AI score0.0097EPSS
SaveExploits0Affected Software1
CVE
CVE
•added 2026/08/28 6:49 a.m.•34 views

CVE-2026-80672

CVE-2026-80672 is a u16 truncation in the Linux kernel's in-kernel NTFS driver, specifically in ntfs_check_restart_area(). The variable ra_len is declared as u16, but the computed length of the $LogFile log client record array can exceed 65535 (e.g., log_clients of 410 yields 65600), causing trun...

8.8CVSS5.9AI score0.00165EPSS
SaveExploits0References2
Debian CVE
Debian CVE
•added 2026/08/28 6:49 a.m.•13 views

CVE-2026-80662

In the Linux kernel, the following vulnerability has been resolved: cxl: Fix CXLHEADERLOGSIZE to match RAS Capability size The CXL r4.0 8.2.4.17.7 RAS Capability Structure has total length 0x58 bytes CXLRASCAPABILITYLENGTH; the Header Log occupies the trailing 64 bytes at offset 0x18...

7.1CVSS6AI score0.00164EPSS
SaveExploits0
Rows per page
Query Builder