๐Ÿ” CVE Alert

CVE-2026-82879

MEDIUM 6.3

DataEase before 2.10.26 Access Control Bypass via Share Tickets

CVSS Score
6.3
EPSS Score
0.0%
EPSS Percentile
0th

DataEase before 2.10.26 contains multiple access control defects in the sharing link module. Tickets are not bound to the target share UUID, so a valid ticket issued for one share can be reused against another (ShareTicketManage.validateTicket / POST /de2api/share/proxyInfo). The POST /de2api/share/validate endpoint issues a LinkToken after password verification without requiring a ticket, bypassing the 'ticket mandatory' policy. Additionally, the ticket create and delete endpoints (POST /de2api/ticket/saveTicket, POST /de2api/ticket/delTicket) lack share-ownership checks, allowing an authenticated user who knows another user's ticket to modify, rebind, or delete it (denial of service), and GET /de2api/share/queryRelationByUserId/{uid} allows authenticated users to enumerate other users' share mappings.

CWE CWE-863
Vendor dataease
Product dataease
Published Aug 31, 2026
Stay Ahead of the Next One

Get instant alerts for dataease dataease

Be the first to know when new medium vulnerabilities affecting dataease dataease are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
Low

Affected Versions

dataease / dataease
0 < 2.10.26

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/dataease/dataease/security/advisories/GHSA-9h54-39gh-5qfg github.com: https://github.com/dataease/dataease/commit/fbbb0482c4c10480c2dd4ecc050cd1e5c55b17db github.com: https://github.com/dataease/dataease/releases/tag/v2.10.26 github.com: https://github.com/dataease/dataease vulncheck.com: https://www.vulncheck.com/advisories/dataease-before-2.10.26-access-control-bypass-via-share-tickets

Credits

Dikai Zou