Lucene search
+L

1693 matches found

Cvelist
Cvelist
added 2026/08/05 12:26 p.m.39 views

CVE-2026-71268 OpenPLC Runtime v3 Path Traversal in Structured Text FILE Directive Leading to Arbitrary File Write

OpenPLC Runtime v3's compileprogram function webserver/openplc.py parses directives from uploaded Structured Text .st program files and writes the referenced content to with no validation that filepath stays within the ./core directory. A path-validation function, validatefilepath, exists elsewhe...

9.9CVSS0.00365EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/05 8:16 a.m.13 views

CVE-2026-71215

art-template's sub-template resolution logic src/compile/adapter/resolve-filename.js, used by both the include and extend template directives, resolves the target file path via path.resolveroot, filename with no check afterward that the result remains inside root...

7.5CVSS0.00372EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/05 6:59 a.m.13 views

CVE-2026-71215 art-template - Path Traversal in Sub-Template Resolution via include()/extend()

art-template's sub-template resolution logic src/compile/adapter/resolve-filename.js, used by both the include and extend template directives, resolves the target file path via path.resolveroot, filename with no check afterward that the result remains inside root...

7.5CVSS5.3AI score0.00372EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 6:59 a.m.64 views

CVE-2026-71215

CVE-2026-71215 affects art-template. Sub-template resolution (resolve-filename.js) resolves target file paths using path.resolve(root, filename) without validating the resulting path is inside root, allowing traversal via include()/extend() and passing the path to fs.readFileSync. An attacker can...

7.5CVSS5.3AI score0.00372EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/05 6:59 a.m.11 views

CVE-2026-71215

art-template's sub-template resolution logic src/compile/adapter/resolve-filename.js, used by both the include and extend template directives, resolves the target file path via path.resolveroot, filename with no check afterward that the result remains inside root. Because path.resolve discards ro...

7.5CVSS5.7AI score0.00372EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/05 6:59 a.m.48 views

CVE-2026-71215 art-template - Path Traversal in Sub-Template Resolution via include()/extend()

art-template's sub-template resolution logic src/compile/adapter/resolve-filename.js, used by both the include and extend template directives, resolves the target file path via path.resolveroot, filename with no check afterward that the result remains inside root...

7.5CVSS0.00372EPSS
SaveExploits0References1
OPENSUSE Linux
OPENSUSE Linux
added 2026/08/05 12:00 a.m.10 views

Security update for nginx (important)

openSUSE security update: security update for nginx ------------------------------------------------------------- Announcement ID: openSUSE-SU-2026:21524-1 Rating: important References: bsc1271514 Cross-References: CVE-2026-42533 CVSS scores: CVE-2026-42533 SUSE : 8.1...

9.2CVSS7.4AI score0.04452EPSS
SaveExploits6References1
RedhatCVE
RedhatCVE
added 2026/08/04 9:26 p.m.11 views

CVE-2026-14643

A flaw was found in undici. The cache interceptor in undici improperly handles optional whitespace around the equals sign in no-cache or private Cache-Control directives. This vulnerability allows an attacker to bypass cache restrictions, leading to cross-user information disclosure. Specifically...

7.5CVSS5.5AI score0.00304EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/04 5:24 p.m.15 views

CVE-2026-13697

A flaw was found in undici. This vulnerability allows for cross-user information disclosure when malformed Cache-Control private directives cause private response bodies and headers, such as Set-Cookie data, to be stored in a shared cache and subsequently exposed to other users. Additionally, a...

9.1CVSS7AI score0.00463EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/04 2:59 p.m.7 views

SUSE-SU-2026:23140-1 Security update for nginx

This update for nginx fixes the following issue - CVE-2026-42533: map directive and regex matching vulnerability bsc1271514...

9.2CVSS7.5AI score0.04452EPSS
SaveExploits6References3
OSV
OSV
added 2026/08/04 2:59 p.m.6 views

SUSE-SU-2026:23118-1 Security update for nginx

This update for nginx fixes the following issue - CVE-2026-42533: map directive and regex matching vulnerability bsc1271514...

9.2CVSS7.5AI score0.04452EPSS
SaveExploits6References3
OSV
OSV
added 2026/08/04 2:58 p.m.8 views

OPENSUSE-SU-2026:21524-1 Security update for nginx

This update for nginx fixes the following issue - CVE-2026-42533: map directive and regex matching vulnerability bsc1271514...

9.2CVSS7.4AI score0.04452EPSS
SaveExploits6References2
Tenable Nessus
Tenable Nessus
added 2026/08/04 12:00 a.m.16 views

SUSE SLES15 Security Update : nginx (SUSE-SU-2026:3448-1)

The remote SUSE Linux SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:3448-1 advisory. - CVE-2026-42055: heap buffer overflow in the ngxhttpproxyv2module and ngxhttpgrpcmodule modules bsc1268492. - CVE-2026-42533: heap...

9.2CVSS6.3AI score0.06537EPSS
SaveExploits7References11
Positive Technologies
Positive Technologies
added 2026/08/04 12:00 a.m.18 views

PT-2026-78403

Name of the Vulnerable Software and Affected Versions GitPython versions prior to 3.1.58 Description A config-name injection issue exists in the option-name validator. This allows attackers to forge arbitrary git-config directives by injecting equals signs, hash symbols, and whitespace into optio...

9CVSS5.7AI score0.00485EPSS
SaveExploits1References30
Amazon
Amazon
added 2026/08/04 12:00 a.m.13 views

Important: nginx

Issue Overview: A vulnerability exists in NGINX Plus and NGINX Open Source when a map directive uses regex matching and a string expression references the map's regex capture variables before referencing the map output variable. Alternatively, the same result could be achieved by using a...

9.2CVSS7.8AI score0.04452EPSS
SaveExploits6
Github Security Blog
Github Security Blog
added 2026/08/03 7:32 p.m.19 views

undici vulnerable to cross-user information disclosure via whitespace around equals in Cache-Control directives

Impact Undici's cache interceptor mishandles optional whitespace OWS placed around the = of a qualified no-cache or private Cache-Control directive, such as no-cache ="authorization" OWS before = or no-cache= "authorization" OWS after =. The parser either drops the directive entirely or stores a...

7.5CVSS7.2AI score0.00304EPSS
SaveExploits0References8Affected Software1
SUSE Linux
SUSE Linux
added 2026/08/03 11:17 a.m.12 views

Security update for nginx

This update for nginx fixes the following issues: CVE-2026-42055: heap buffer overflow in the ngxhttpproxyv2module and ngxhttpgrpcmodule modules bsc1268492. CVE-2026-42533: heap buffer overflow in the map directive and regex matching bsc1271514. CVE-2026-48142: heap buffer overread in the...

9.2CVSS6.2AI score0.06537EPSS
SaveExploits7References14
OSV
OSV
added 2026/08/03 11:17 a.m.7 views

SUSE-SU-2026:3448-1 Security update for nginx

This update for nginx fixes the following issues: - CVE-2026-42055: heap buffer overflow in the ngxhttpproxyv2module and ngxhttpgrpcmodule modules bsc1268492. - CVE-2026-42533: heap buffer overflow in the map directive and regex matching bsc1271514. - CVE-2026-48142: heap buffer overread in the...

9.2CVSS5.8AI score0.06537EPSS
SaveExploits7References8
RedhatCVE
RedhatCVE
added 2026/07/31 3:11 a.m.16 views

CVE-2026-56390

A flaw was found in GNU Bison. When processing attacker-supplied grammar, the software improperly handles grammar-defined output paths. This allows an attacker to use directives such as %output and %header to specify arbitrary file paths. Consequently, generated files can be directed to any...

8.6CVSS5.9AI score0.00158EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/07/30 4:38 p.m.13 views

SUSE CVE-2026-56390

GNU Bison improperly handles grammar-defined output paths. Grammar directives such as %output and %header allow specifying file paths, which are accepted without restriction and override caller-supplied output options. When processing attacker-supplied grammar, this behavior allows directing...

6.3CVSS5.6AI score0.00125EPSS
SaveExploits0References3
Rows per page
Query Builder