Vulnerability Description
FiftyOne renders a dataset field's description as markup. The sidebar field-information component at app/packages/core/src/components/FieldLabelAndInfo/index.tsx passes the description string to React's dangerouslySetInnerHTML, and no layer between storage and render escapes or sanitises it; the neighbouring info values in the same component are rendered as React children and are escaped, so the description is the only raw path. A description is free-form text held in the dataset schema, so it persists in the database and travels with an exported or published dataset. Opening a dataset obtained from another party and hovering the field runs the stored markup in the application's origin. That origin is shared with the FiftyOne server, whose media route returns the contents of a caller-named absolute path and which is unauthenticated in the open-source server, so the injected script can read local files and reach the dataset and operator endpoints as the viewing user.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/voxel51/fiftyone
- https://github.com/voxel51/fiftyone/blob/v1.20.1/app/packages/core/src/component
- https://github.com/voxel51/fiftyone/pull/8117
- https://github.com/voxel51/fiftyone/releases/tag/v1.21.0
- https://www.vulncheck.com/advisories/fiftyone-before-1.21.0-stored-cross-site-sc
FAQ
What is CVE-2026-80426?
CVE-2026-80426 is a vulnerability with a CVSS score of 7.1 (HIGH). FiftyOne renders a dataset field's description as markup. The sidebar field-information component at app/packages/core/src/components/FieldLabelAndInfo/index.tsx passes the description string to React...
How severe is CVE-2026-80426?
CVE-2026-80426 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-80426?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.