GitPython before 3.1.59 fails to disable merge_includes when parsing .gitmodules, allowing attackers to disclose local file content by including arbitrary file paths via [include] directives. Attackers can craft a malicious .gitmodules file with include directives pointing to sensitive files; when repo.submodules is accessed, GitConfigParser raises MissingSectionHeaderError embedding the target file's first line verbatim in the exception message.
References
| Link | Resource |
|---|---|
| https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-7833-fr7j-v32q | Exploit Vendor Advisory Mitigation |
| https://www.vulncheck.com/advisories/gitpython-before-local-file-content-disclosure-via-gitmodules | Third Party Advisory |
| https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-7833-fr7j-v32q | Exploit Vendor Advisory Mitigation |
Configurations
History
No history.
Information
Published : 2026-08-25 02:16
Updated : 2026-09-02 19:26
NVD link : CVE-2026-78675
Mitre link : CVE-2026-78675
CVE.ORG link : CVE-2026-78675
JSON object : View
Products Affected
gitpython_project
- gitpython
CWE
CWE-73
External Control of File Name or Path
