Label Studio does not scope the annotation detail endpoint to the requesting user's organization. AnnotationAPI in label_studio/tasks/api.py declares queryset = Annotation.objects.all() and provides no get_queryset override, so the default lookup retrieves any annotation by primary key. The view's permission_required entries name annotations.view, annotations.change and annotations.delete, and label_studio/core/permissions.py registers every permission with rules.is_authenticated, so the check is satisfied by any logged-in account and no object-level organization test runs. The sibling task endpoint does constrain its queryset with project__organization set to the requester's active organization, which is the boundary this path omits. Annotation identifiers are sequential integers, so an authenticated user of one organization can enumerate identifiers to read, modify and delete annotations belonging to other organizations on the same instance. The same unscoped queryset appears on AnnotationConvertAPI in the same file.
CVE-2026-76073
Score 8.8 from GitHub Security Advisory (severity: HIGH) published 2026-08-24. a secondary CVSS source baseline 8.8; sources differ by 0.0.
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 8.8
- EG Score
- 8.8(high)
- EG Risk
- 40(Track)EG Risk 40/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity88% × 45%Exploitation0% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 20%
- KEV
- Not listed
Published
August 24, 2026
Last Modified
August 26, 2026
Advisory Details (4)
Auto-updated Aug 24, 2026Label Studio through 1.23.0 Cross-Organization Annotation Access via Unscoped AnnotationAPI Queryset | Advisories | VulnCheck
https://www.vulncheck.com/advisories/label-studio-through-cross-organization-annotation-access-via-unscoped-annotationapi-querysetlabel-studio/label_studio/tasks/api.py at 1.23.0 · HumanSignal/label-studio · GitHub
https://github.com/HumanSignal/label-studio/blob/1.23.0/label_studio/tasks/api.pyIDOR in /api/annotations/{id}/ allows cross-organization read, modify, and delete of annotation data · Issue #9796 · HumanSignal/label-studio · GitHub
https://github.com/HumanSignal/label-studio/issues/9796GitHub - HumanSignal/label-studio: Label Studio is a multi-type data labeling and annotation tool with standardized output format · GitHub
https://github.com/HumanSignal/label-studioVendor Advisories for CVE-2026-76073(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 17× in last 7d / 17× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-28 06:36 UTCGHSA enrichment
- 2026-08-27 18:14 UTCGHSA enrichment
- 2026-08-27 05:41 UTCGHSA enrichment
- 2026-08-26 17:23 UTCEG score recompute
- 2026-08-26 17:23 UTCGHSA enrichment
- 2026-08-26 16:23 UTCEG score recompute
- 2026-08-26 16:23 UTCGHSA enrichment
- 2026-08-26 14:47 UTCEPSS rescore
- 2026-08-26 07:14 UTCGHSA enrichment
- 2026-08-25 18:56 UTCEG score recompute
- 2026-08-25 18:56 UTCGHSA enrichment
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-25 06:39 UTCEG score recompute
- 2026-08-25 06:39 UTCGHSA enrichment
- 2026-08-24 18:21 UTCEG score recompute
- 2026-08-24 18:02 UTCEG score recompute
- 2026-08-24 18:01 UTCMITRE cvelistV5first tracked
Frequently asked(5)
What is CVE-2026-76073?
When was CVE-2026-76073 disclosed?
Is CVE-2026-76073 actively exploited?
What is the CVSS score of CVE-2026-76073?
How do I remediate CVE-2026-76073?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-76073
Is Your Infrastructure Affected by CVE-2026-76073?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.