Lucene search
+L

123896 matches found

Snyk
Snyk
added 2026/08/07 4:41 p.m.5 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal via the processing of reference names in dotgit. An attacker can modify or overwrite files outside the intended reference storage by supplying specially crafted reference names containing path traversal sequences. Th...

7CVSS6.3AI score0.00413EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/08/07 4:37 p.m.32 views

CVE-2026-71556 go-git: Worktree operations may follow symlinks

go-git is an extensible git implementation library written in pure Go. Prior to 5.19.2 and 6.0.0-alpha.5, worktree operations including checkout, status, and add resolve symbolic links inside the working tree without confining resolution to the worktree boundary, so a maliciously crafted reposito...

7.1CVSS0.00357EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/07 4:37 p.m.10 views

CVE-2026-71556

go-git is an extensible git implementation library written in pure Go. Prior to 5.19.2 and 6.0.0-alpha.5, worktree operations including checkout, status, and add resolve symbolic links inside the working tree without confining resolution to the worktree boundary, so a maliciously crafted reposito...

7.1CVSS5.3AI score0.00357EPSS
SaveExploits0References6Affected Software1
RedhatCVE
RedhatCVE
added 2026/08/07 4:21 p.m.10 views

CVE-2026-62996

A flaw was found in Smarty, a PHP template engine. Smarty's stream resource-name handling does not adequately restrict which PHP stream wrappers and filter chains can be referenced from a template. An attacker able to author or influence a template's resource reference could exploit this by using...

6.9CVSS5.5AI score0.00348EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/07 4:17 p.m.6 views

DEBIAN-CVE-2026-62992

Smarty is a template engine for PHP, facilitating the separation of presentation HTML/CSS from application logic. Prior to 5.8.2 and 4.5.7 on the 4.x line, Security::checkDir does not fully resolve symbolic links before validating that a requested path lies within a configured secure directory. A...

6.9CVSS5.7AI score0.00364EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/07 4:17 p.m.14 views

CVE-2026-62992

Smarty is a template engine for PHP, facilitating the separation of presentation HTML/CSS from application logic. Prior to 5.8.2 and 4.5.7 on the 4.x line, Security::checkDir does not fully resolve symbolic links before validating that a requested path lies within a configured secure directory. A...

6.9CVSS5.5AI score0.00364EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/07 4:17 p.m.8 views

UBUNTU-CVE-2026-62996

Smarty is a template engine for PHP, facilitating the separation of presentation HTML/CSS from application logic. From 5.0.0 until 5.8.4, Smarty's stream: resource-name handling does not adequately restrict which PHP stream wrappers and filter chains can be referenced from a template, allowing a...

6.9CVSS5.3AI score0.00348EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/07 4:17 p.m.8 views

UBUNTU-CVE-2026-62992

Smarty is a template engine for PHP, facilitating the separation of presentation HTML/CSS from application logic. Prior to 5.8.2 and 4.5.7 on the 4.x line, Security::checkDir does not fully resolve symbolic links before validating that a requested path lies within a configured secure directory. A...

6.9CVSS5.6AI score0.00364EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/07 4:07 p.m.40 views

CVE-2026-17595 Nexus Repository 3 - JEXL Content Selector Sandbox Property-Read Bypass

Nexus Repository 3 did not fully sandbox JEXL expressions used in Content Selectors. An account holding the nexus:selectors:create permission could construct an expression that read Java object properties not intended to be exposed to the expression engine, disclosing internal JVM class metadata...

5.3CVSS0.00287EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/07 4:07 p.m.11 views

CVE-2026-17595 Nexus Repository 3 - JEXL Content Selector Sandbox Property-Read Bypass

Nexus Repository 3 did not fully sandbox JEXL expressions used in Content Selectors. An account holding the nexus:selectors:create permission could construct an expression that read Java object properties not intended to be exposed to the expression engine, disclosing internal JVM class metadata...

5.3CVSS5.5AI score0.00287EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/07 3:43 p.m.12 views

GHSA-HH9P-6WH2-4MFC GitPython: Arbitrary file read via --pathspec-from-file in IndexFile.remove() and Head.checkout()

Summary IndexFile.remove and Head.checkout forward kwargs into git rm and git checkout with no guard. Passing --pathspec-from-file= together with --pathspec-file-nul makes Git treat the whole file as a single NUL-delimited pathspec, and the unmatched-pathspec error quotes it verbatim. GitPython...

6.5CVSS5.6AI score0.00281EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/08/07 3:43 p.m.9 views

External Control of File Name or Path

Overview GitPython is a python library used to interact with Git repositories Affected versions of this package are vulnerable to External Control of File Name or Path in the remove and checkout functions. An attacker can access the contents of arbitrary files by supplying crafted arguments to...

7.1CVSS5.6AI score0.00281EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/07 3:33 p.m.15 views

GHSA-4GMW-GG2M-W46P GitPython: Unguarded git read-tree option forwarding in IndexFile.from_tree/reset/merge_tree enables arbitrary file overwrite

Summary IndexFile.fromtree, IndexFile.reset → fromtree and IndexFile.mergetree append caller-influenced treeish strings positionally to git read-tree with no unsafe-option guard, no allowunsafeoptions parameter, and no -- separator. git read-tree --index-output= writes the resulting index to an...

8.1CVSS5.7AI score0.00277EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/07 3:33 p.m.27 views

GitPython: Unguarded git read-tree option forwarding in IndexFile.from_tree/reset/merge_tree enables arbitrary file overwrite

Summary IndexFile.fromtree, IndexFile.reset → fromtree and IndexFile.mergetree append caller-influenced treeish strings positionally to git read-tree with no unsafe-option guard, no allowunsafeoptions parameter, and no -- separator. git read-tree --index-output= writes the resulting index to an...

5.6AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/07 3:16 p.m.6 views

DEBIAN-CVE-2026-18497

A heap-buffer-overflow vulnerability exists in the nothings stb TrueType library, up to version 1.26, that is used for parsing TrueType font files. The vulnerability exists in the stbttGetGlyphShapeTT function within the nothings stbtruetype.h library when parsing malformed TTF TrueType Font file...

7.1CVSS5.4AI score0.00124EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/07 3:16 p.m.6 views

UBUNTU-CVE-2026-18497

A heap-buffer-overflow vulnerability exists in the nothings stb TrueType library, up to version 1.26, that is used for parsing TrueType font files. The vulnerability exists in the stbttGetGlyphShapeTT function within the nothings stbtruetype.h library when parsing malformed TTF TrueType Font file...

7.1CVSS5.4AI score0.00124EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/07 3:16 p.m.8 views

CVE-2026-18497

A heap-buffer-overflow vulnerability exists in the nothings stb TrueType library, up to version 1.26, that is used for parsing TrueType font files. The vulnerability exists in the stbttGetGlyphShapeTT function within the nothings stbtruetype.h library when parsing malformed TTF TrueType Font file...

7.1CVSS5.3AI score0.00124EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/08/07 3:10 p.m.8 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal through the stream resource type, which allows bypassing intended security checks on PHP stream wrappers. An attacker can read arbitrary local files accessible to the PHP process by including specially crafted templa...

6.9CVSS6.3AI score0.00348EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/07 3:04 p.m.77 views

CVE-2026-62996

Smarty is vulnerable in versions 5.0.0 through 5.8.3 due to improper restriction of stream: resource-name handling, allowing a php://filter-wrapped resource to read arbitrary local files accessible to the PHP process. An attacker who can influence a template’s resource reference could disclose se...

6.9CVSS5.3AI score0.00348EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/07 3:04 p.m.34 views

CVE-2026-62996 Smarty Security stream restriction bypass through stream: resource

Smarty is a template engine for PHP, facilitating the separation of presentation HTML/CSS from application logic. From 5.0.0 until 5.8.4, Smarty's stream: resource-name handling does not adequately restrict which PHP stream wrappers and filter chains can be referenced from a template, allowing a...

6.9CVSS0.00348EPSS
SaveExploits0References4
Rows per page
Query Builder