Lucene search
+L

402574 matches found

CVE
CVE
added 2026/08/18 3:22 p.m.14 views

CVE-2026-75912

CodeWhale's git_blame tool passes an unvalidated rev parameter directly to git, allowing attackers to inject options like --contents=/path/to/file to exfiltrate sensitive files (SSH keys, credentials) via tool output. CVSS 3.1 score 7.4 (High). Fixed in CodeWhale 0.8.64. No in-the-wild exploitati...

8.3CVSS5.5AI score0.00322EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/18 3:22 p.m.7 views

EUVD-2026-60970

CodeWhale versions before 0.8.64 contain an argument injection vulnerability in the gitblame tool that allows attackers to read arbitrary files by injecting git options into the unvalidated rev parameter. Attackers can supply rev values like --contents=/path/to/file to exfiltrate sensitive files...

8.3CVSS5.5AI score0.00322EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 3:22 p.m.21 views

CVE-2026-75912 CodeWhale before 0.8.64 Argument Injection via git_blame

CodeWhale versions before 0.8.64 contain an argument injection vulnerability in the gitblame tool that allows attackers to read arbitrary files by injecting git options into the unvalidated rev parameter. Attackers can supply rev values like --contents=/path/to/file to exfiltrate sensitive files...

8.3CVSS0.00322EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 3:22 p.m.9 views

CVE-2026-75912 CodeWhale before 0.8.64 Argument Injection via git_blame

CodeWhale versions before 0.8.64 contain an argument injection vulnerability in the gitblame tool that allows attackers to read arbitrary files by injecting git options into the unvalidated rev parameter. Attackers can supply rev values like --contents=/path/to/file to exfiltrate sensitive files...

8.3CVSS5.6AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/18 3:21 p.m.6 views

CVE-2026-75904 libmodplug <= 0.8.9.1 - Out-of-Bounds Read in pat_smplooped via Crafted MIDI File

libmodplug through 0.8.9.1 contains an out-of-bounds read in patsmplooped in src/loadpat.cpp. The function validates only the upper bound of its sample index against MAXSMP and then subtracts one before indexing the 191-byte static array patloops, so an index of zero reads patloops-1, one byte...

4.8CVSS5.3AI score0.00119EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/18 3:21 p.m.25 views

CVE-2026-75904 libmodplug <= 0.8.9.1 - Out-of-Bounds Read in pat_smplooped via Crafted MIDI File

libmodplug through 0.8.9.1 contains an out-of-bounds read in patsmplooped in src/loadpat.cpp. The function validates only the upper bound of its sample index against MAXSMP and then subtracts one before indexing the 191-byte static array patloops, so an index of zero reads patloops-1, one byte...

4.8CVSS0.00119EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/18 3:21 p.m.8 views

EUVD-2026-60966

CodeWhale versions before 0.8.64 fail to validate file paths in the project config instructions field, allowing attackers to read arbitrary files on the victim's system. A malicious .codewhale/config.toml file in a cloned repository can specify paths outside the workspace that are read and inject...

8.7CVSS5.6AI score0.00414EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/18 3:21 p.m.11 views

CVE-2026-75859

CodeWhale before 0.8.64 fails to validate file paths in the project config instructions field. A malicious .codewhale/config.toml in a cloned repo can read files outside the workspace and inject their contents into the AI system prompt, enabling exfiltration. CVSS 7.5 HIGH. Patch released; no kno...

8.7CVSS5.6AI score0.00414EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 3:21 p.m.20 views

CVE-2026-75859 CodeWhale before 0.8.64 Arbitrary File Read via instructions

CodeWhale versions before 0.8.64 fail to validate file paths in the project config instructions field, allowing attackers to read arbitrary files on the victim's system. A malicious .codewhale/config.toml file in a cloned repository can specify paths outside the workspace that are read and inject...

8.7CVSS0.00414EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/18 3:21 p.m.9 views

CVE-2026-75859

CodeWhale versions before 0.8.64 fail to validate file paths in the project config instructions field, allowing attackers to read arbitrary files on the victim's system. A malicious .codewhale/config.toml file in a cloned repository can specify paths outside the workspace that are read and inject...

8.7CVSS5.5AI score0.00414EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/18 3:21 p.m.6 views

CVE-2026-75859 CodeWhale before 0.8.64 Arbitrary File Read via instructions

CodeWhale versions before 0.8.64 fail to validate file paths in the project config instructions field, allowing attackers to read arbitrary files on the victim's system. A malicious .codewhale/config.toml file in a cloned repository can specify paths outside the workspace that are read and inject...

8.7CVSS5.7AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/18 3:20 p.m.19 views

CVE-2026-62684 File Browser: Share API exposes the password hash and bypass token

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.63.17, the Link storage struct is serialized directly by sharePostHandler, shareListHandler, and shareGetsHandler through renderJSON, causing POST...

2.7CVSS0.00393EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/18 3:20 p.m.26 views

CVE-2026-62684

File Browser prior to 2.63.17 exposes the bcrypt password_hash and the bypass token of password-protected shares in API responses. The root cause is that the Link storage struct is serialized directly via unfiltered json.Marshal in sharePostHandler, shareListHandler, and shareGetsHandler, so both...

2.7CVSS8.7AI score0.00393EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/18 3:20 p.m.8 views

CVE-2026-62684

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.63.17, the Link storage struct is serialized directly by sharePostHandler, shareListHandler, and shareGetsHandler through renderJSON, causing POST...

2.7CVSS8.6AI score0.00393EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/18 3:20 p.m.3 views

CVE-2026-62684 File Browser: Share API exposes the password hash and bypass token

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.63.17, the Link storage struct is serialized directly by sharePostHandler, shareListHandler, and shareGetsHandler through renderJSON, causing POST...

2.7CVSS5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/18 3:20 p.m.10 views

EUVD-2026-60961

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.63.17, the Link storage struct is serialized directly by sharePostHandler, shareListHandler, and shareGetsHandler through renderJSON, causing POST...

2.7CVSS8.6AI score0.00393EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/18 3:17 p.m.5 views

CVE-2026-73996

Unauthenticated Arbitrary File Upload in Masteriyo - LMS = 2.3.2 versions...

9.8CVSS0.00358EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/18 3:17 p.m.5 views

CVE-2026-73400

Unauthenticated Local File Inclusion in Restaurant Menu by MotoPress = 2.4.11 versions...

8.1CVSS0.00435EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/18 3:17 p.m.5 views

CVE-2026-73383

Shop manager Arbitrary File Download in CTX Feed = 6.6.47 versions...

4.9CVSS0.00352EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/18 3:17 p.m.5 views

CVE-2026-73367

Unauthenticated Remote File Inclusion in Easy Google Maps 1.14.2 versions...

7.2CVSS0.00248EPSS
SaveExploits0References1
Rows per page
Query Builder