Vulnerability Description
MyBB is free and open source forum software. Prior to 1.8.40, the remote requests feature does not correctly handle IPv6 addresses, resulting in a server-side request forgery vulnerability. The default disallowed remote hosts list does not include IPv6 addresses. Verification in fetch_remote_file() fails open when get_ip_by_hostname() returns no result because that function does not return IPv6 results, allowing a crafted remote target to bypass the host restriction. The uniquely identifying implementation details include fail-open verification, and inc/functions.php. This issue is fixed in version 1.8.40.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/mybb/mybb/commit/9cdadbf66f4cef50019f13aaa8e3470ea6535cb7
- https://github.com/mybb/mybb/releases/tag/mybb_1840
- https://github.com/mybb/mybb/security/advisories/GHSA-56wr-64wx-5g7j
- https://mybb.com/versions/1.8.40
FAQ
What is CVE-2026-45123?
CVE-2026-45123 is a vulnerability with a CVSS score of 4.3 (MEDIUM). MyBB is free and open source forum software. Prior to 1.8.40, the remote requests feature does not correctly handle IPv6 addresses, resulting in a server-side request forgery vulnerability. The defaul...
How severe is CVE-2026-45123?
CVE-2026-45123 has been rated MEDIUM with a CVSS base score of 4.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-45123?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.