PatchSiren cyber security CVE debrief
CVE-2026-91774 YaoApp CVE debrief
CVE-2026-91774 is a medium-severity vulnerability in the Yao application, where an authenticated but unauthorized user can read full team records by supplying a known team identifier to the GET /user/teams/:id endpoint. This vulnerability allows attackers to access sensitive team data, including names, descriptions, owner information, and settings, without proper authorization or membership verification. Defenders should assess exposure and prioritize mitigation, especially in systems handling sensitive team data.
- Vendor
- YaoApp
- Product
- yao
- CVSS
- MEDIUM 5.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-15
- Original CVE updated
- 2026-09-23
- Advisory published
- 2026-09-15
- Advisory updated
- 2026-09-23
Who should care
Defenders and security teams responsible for the Yao application, especially those handling sensitive team data, should assess exposure and prioritize mitigation. This includes IT administrators, security personnel, and teams responsible for data protection and compliance. They should review the vulnerability details, assess the potential impact on their systems, and implement necessary controls to prevent unauthorized access to team data.
Why it matters
CVE-2026-91774 is a medium-severity vulnerability in the Yao application that allows authenticated users to read full team records without proper authorization, potentially leading to data leakage and confidentiality impacts. Defenders should prioritize verifying and mitigating this vulnerability, especially in systems where team data sensitivity is high.
- Potential unauthorized access to sensitive team data, including names, descriptions, owner information, and settings.
- Possible data leakage due to lack of authorization checks on team data retrieval.
- Need for verification of Yao application version and implementation of proper authorization checks.
- Potential impact on team data confidentiality and integrity.
Technical summary
The Yao application through version 1.0.0-rc22 has a vulnerability where any logged-in user can read full team records by supplying a known team identifier to the GET /user/teams/:id endpoint, due to a lack of authorization checks. This allows unauthorized access to sensitive team data, including names, descriptions, owner information, and settings. The vulnerability has a CVSS score of 5.3 and is classified as MEDIUM severity. Defenders should prioritize verifying and mitigating this vulnerability, especially in systems where team data sensitivity is high.
Defensive priority
Defenders should prioritize verifying and mitigating this vulnerability, especially in systems where team data sensitivity is high.
Recommended defensive actions
- Verify the Yao application version and check if it's vulnerable (version 1.0.0-rc22 or earlier).
- Restrict access to the GET /user/teams/:id endpoint to authorized users only.
- Implement proper authorization checks for team data retrieval.
- Monitor team data access and review logs for potential unauthorized access.
- Perform a thorough review of team data access controls and ensure that only authorized personnel have access to sensitive information.
- Consider implementing additional security measures, such as IP restrictions or multi-factor authentication, to further protect team data.
- Review and update incident response plans to address potential data breaches resulting from this vulnerability.
Evidence notes
The CVE record and NVD detail page provide information on the vulnerability, including its CVSS score of 5.3 and MEDIUM severity. The source references include links to the Yao GitHub repository and a Vulncheck advisory.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-91774 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-91774
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-91774 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-91774
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/YaoApp/yao
-
Source reference
Unverified legacy reference
URL: https://github.com/YaoApp/yao/blob/v1.0.0-rc22/openapi/oauth/providers/user/team.go
-
Source reference
Unverified legacy reference
URL: https://github.com/YaoApp/yao/blob/v1.0.0-rc22/openapi/user/team.go
-
Source reference
Unverified legacy reference
URL: https://github.com/YaoApp/yao/issues/1553
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/yao-through-1.0.0-rc22-missing-authorization-via-openapi-team-endpoint
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.