Security readout for executives and security teams
Plain-English summary
A flaw in Seeyon Zhiyuan OA (an office automation platform) lets an attacker on the internet log in as any user without a password by tampering with one request parameter. Attackers are reportedly already using it. If your organization runs this product, treat exposed instances as compromised until proven otherwise.
Executive priority
Treat as urgent if any Seeyon Zhiyuan OA instance is exposed; unauthenticated takeover of user sessions can expose internal documents and workflow approvals.
Technical view
Seeyon Zhiyuan OA up to 7.0 SP1 mishandles decoding and parsing of the `enc` parameter in thirdpartyController.do. Decoded map values flow into session attributes without authentication or authorization checks (CWE-306), letting an unauthenticated remote attacker bind a session to an arbitrary user ID and impersonate that account. CVSS 4.0 base score is 9.3.
Likely exposure
Internet-facing Seeyon Zhiyuan OA portals through version 7.0 SP1 are at risk. Exposure is highest where the OA system is reachable from the public internet or untrusted networks without WAF or access controls in front of thirdpartyController.do.
Exploitation context
VulnCheck reports observed in-the-wild exploitation as of 2025-10-30. Public proof-of-concept templates exist in xray and nuclei repositories, lowering attacker effort. Not currently listed in CISA KEV per the source bundle.
Researcher notes
Root cause is improper decoding and parsing of the `enc` parameter in thirdpartyController.do, allowing attacker-controlled map values to populate session attributes (CWE-306, missing authentication). CVSS 4.0 vector AV:N/AC:L/PR:N/UI:N with VC:H/VI:H confirms unauthenticated, network-reachable, high confidentiality and integrity impact. Public PoCs exist in xray and nuclei templates; affected version data lists only "0" with default status unknown, so confirm version coverage with the vendor.
Mitigation direction
- Restrict external access to Seeyon Zhiyuan OA portals via VPN, allowlist, or reverse proxy.
- Block or filter requests to thirdpartyController.do at the WAF or proxy layer.
- Check Seeyon vendor guidance for an official patch or hardened release beyond 7.0 SP1.
- Rotate session tokens and force re-authentication for all OA users after exposure review.
- Monitor authentication and session-assignment logs for anomalous user-id assignments.
Validation and detection
- Inventory all Seeyon Zhiyuan OA deployments and confirm versions against 7.0 SP1 and earlier.
- Identify any internet-exposed instances using external attack-surface tooling.
- Run vendor-neutral detection signatures (e.g., nuclei seeyon-unauth template) against authorized assets only.
- Review web and application logs for unusual requests to thirdpartyController.do referencing the `enc` parameter.
- Audit session and authentication logs for unexpected user-id reassignments or logins from new IPs.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-306: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCredential and access behavior lookup
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2021-4461 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Critical
- CVSS
- 9.3 (4.0)
- Known Exploited
- No
- Published
Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N——Primary CVE scoreVulnerability scoring details
Base CVSS 4.0 score
9.3CriticalVector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
Source materials
- CVE List V5 sourceCVE List V5
- https://mp.weixin.qq.com/s/0AqdfTrZUVrwTMbKEKresgCVE reference · exploit
- https://github.com/chaitin/xray/blob/f90cf321bc4d294bbf6625a9c4853f3bfdf0a384/pocs/seeyon-oa-cookie-leak.ymlCVE reference · exploit
- https://github.com/projectdiscovery/nuclei-templates/blob/1ca6b8e6fe225cbd46dcb893dcaee01447afa8c0/http/misconfiguration/seeyon-unauth.yaml#L20CVE reference · exploit
- https://www.vulncheck.com/advisories/seeyon-zhiyuan-oa-web-application-system-authentication-bypassCVE reference · third-party-advisory
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Missing Authentication for Critical Function
Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
