CVE-2026-25935 is a low severity vulnerability with a CVSS score of 0.0. No known exploits currently, and patches are available.
Very low probability of exploitation
EPSS predicts the probability of exploitation in the next 30 days based on real-world threat data, complementing CVSS severity scores with actual risk assessment.
The task preview component creates a unparented div. The div's innerHtml is set to the unescaped description of the task
In the TaskGlanceTooltip.vue it temporarily creates a div and sets the innerHtml to the description here. Since there is no escaping on either the server or client side, a malicious user can share a project, create a malicious task, and cause an XSS on hover.
<img src=x onerror="alert(localStorage.getItem('token'))">Any user on an instance can cause an XSS on another
Please cite this page when referencing data from Strobes VI. Proper attribution helps support our vulnerability intelligence research.