Vulnerability Description
In sol commit 373d848 (2024-12-12), the broker does not fully release resources when handling malformed or duplicate CONNECT packets. When clients send invalid CONNECT packets - either due to repeated attempts or failed authentication - the server may silently drop the connection or send a CONNACK but fail to close the session or deallocate internal resources. This behavior allows an attacker to create numerous half-open connections that consume memory and file descriptors indefinitely, potentially triggering the Linux OOM killer and causing a denial of service.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/codepr/sol/issues/12
- https://github.com/peter-pe/sol-vulnerabilities/blob/main/CVE-2025-63235.md
- https://github.com/codepr/sol/issues/12
- https://github.com/peter-pe/sol-vulnerabilities/blob/main/CVE-2025-63235.md
FAQ
What is CVE-2025-63235?
CVE-2025-63235 is a vulnerability with a CVSS score of 7.5 (HIGH). In sol commit 373d848 (2024-12-12), the broker does not fully release resources when handling malformed or duplicate CONNECT packets. When clients send invalid CONNECT packets - either due to repeated...
How severe is CVE-2025-63235?
CVE-2025-63235 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-63235?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.