LiveActive security incident?Get immediate response
CVE Record

CVE-2021-4461: Seeyon Zhiyuan OA Web Application System < 7.0 SP1 Authentication Bypass

Seeyon Zhiyuan OA Web Application System versions up to and including 7.0 SP1 improperly decode and parse the `enc` parameter in thirdpartyController.do. The decoded map values can influence session attributes without sufficient authentication/authorization checks, enabling attackers to assign a session to arbitrary user IDs. VulnCheck has observed this vulnerability being exploited in the wild as of 2025-10-30 at 00:30:40.855917 UTC.

CriticalCVSS 9.3Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

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.
Prepared
Confidence
medium
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · medium confidence lookup

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 lookup
description · low confidence lookup

Credential 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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
9.3CVSS 4.0CriticalCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

9.3Critical
CVSS 4.0 vector shape for CVE-2021-4461Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
SeeyonZhiyuan OA Web Application System0unknown
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-306 · source CWE mapping

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.