Vulnerability Description
Billy is an interface filesystem abstraction for Go. Prior to versions 5.9.0 and 6.0.0-alpha.1, multiple components may improperly handle crafted or malformed input, resulting in panics, infinite loops, uncontrolled recursion, or excessive resource consumption. These issues arise from insufficient validation and missing safety mechanisms such as cycle detection, recursion limits, or defensive handling of unexpected states when processing untrusted repository data and filesystem structures. This issue has been patched in versions 5.9.0 and 6.0.0-alpha.1.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/go-git/go-billy/releases/tag/v5.9.0
- https://github.com/go-git/go-billy/releases/tag/v6.0.0-alpha.1
- https://github.com/go-git/go-billy/security/advisories/GHSA-m3xc-h892-ggx6
FAQ
What is CVE-2026-44740?
CVE-2026-44740 is a vulnerability with a CVSS score of 6.5 (MEDIUM). Billy is an interface filesystem abstraction for Go. Prior to versions 5.9.0 and 6.0.0-alpha.1, multiple components may improperly handle crafted or malformed input, resulting in panics, infinite loop...
How severe is CVE-2026-44740?
CVE-2026-44740 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-44740?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.