Vulnerability Description
Microsoft UFO open-source framework for intelligent automation across devices and platforms. In 3.0.1-4-ge2626659, Microsoft UFO accepts client-supplied session_id values in WebSocket task messages and reuses an existing in-memory session object if that session_id already exists. If a prior session has completed and remains in memory with populated results, a different authenticated client can send a new TASK message using the same session_id. The server re-enters the existing session object and sends the stale stored result to the new requester through the normal send_task_end() callback path. This is an authenticated cross-client stale result replay issue. The issue requires that the attacker knows or can predict a live or recently completed session_id.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/microsoft/UFO/security/advisories/GHSA-29gc-vqjp-7fqf
- https://github.com/microsoft/UFO/security/advisories/GHSA-29gc-vqjp-7fqf
FAQ
What is CVE-2026-46544?
CVE-2026-46544 is a vulnerability with a CVSS score of 5.3 (MEDIUM). Microsoft UFO open-source framework for intelligent automation across devices and platforms. In 3.0.1-4-ge2626659, Microsoft UFO accepts client-supplied session_id values in WebSocket task messages an...
How severe is CVE-2026-46544?
CVE-2026-46544 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-46544?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.