Path TraversalWeakness · CWE-22

CVE-2022-50992

HIGH · 7.5 CVSS v3.1 Published 2026-04-30
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
84/100
Remediation priority · High
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Weaver (Fanwei) E-cology 9.5 versions prior to 10.52 contain an arbitrary file read vulnerability in the XmlRpcServlet interface at the XML-RPC endpoint that allows unauthenticated remote attackers to read arbitrary files by supplying file paths to the WorkflowService.getAttachment and WorkflowService.LoadTemplateProp methods. Attackers can exploit these methods without authentication to retrieve sensitive files including system configuration files and database credentials from the server. Exploitation evidence was first observed by the Shadowserver Foundation on 2022-12-14 (UTC).

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Weaver E-cology 9.5 versions before 10.52 contain an arbitrary file read vulnerability in the XmlRpcServlet XML-RPC endpoint. Unauthenticated attackers can exploit WorkflowService.getAttachment and WorkflowService.LoadTemplateProp methods by supplying file paths to read sensitive system files including configuration files and database credentials.

MitigationUpgrade to E-cology version 10.52 or later; alternatively, disable or restrict access to the XmlRpcServlet endpoint and implement strict input validation on file path parameters.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Confirm E-cology installation and version
    Locate the E-cology installation directory and check the version file or banner. Common locations include the root web directory. Look for a version manifest, build file, or login page footer that displays the version number.
    Affected if The version is E-cology 9.5 and is earlier than 10.52 (e.g., 9.5.0 through 10.51)
  2. Identify XmlRpcServlet endpoint availability
    Check the web.xml deployment descriptor for the XmlRpcServlet mapping. This is typically found in the WEB-INF directory of the E-cology web application. Look for servlet definitions with 'XmlRpc' or 'xmlrpc' in the name.
    Affected if The XmlRpcServlet is defined and mapped to a URL pattern such as /xmlrpc or /services/xmlrpc
  3. Verify WorkflowService exposure
    Inspect the deployed web application for the WorkflowService class or servlet that handles the WorkflowService XML-RPC methods. This may be visible in the application configuration or by checking the exposed web service endpoints.
    Affected if The WorkflowService class is deployed and exposes the getAttachment and LoadTemplateProp methods via XML-RPC
  4. Confirm unauthenticated access to endpoint
    Attempt to access the XmlRpcServlet URL endpoint without authentication. This is the endpoint that handles the XML-RPC requests for WorkflowService methods. Check if the server responds to unauthenticated requests.
    Affected if The XmlRpcServlet endpoint is accessible without authentication (no login required)
  5. Check for sensitive file access patterns in logs
    Review server access and application logs for unusual requests to the XmlRpcServlet endpoint that contain file path parameters. Look for patterns indicating attempts to read configuration or system files.
    Affected if There are logged requests to the XmlRpc endpoint with file path parameters pointing to sensitive locations such as config files or credential stores

A user is affected if they are running Weaver E-cology version 9.5 before 10.52 with the XmlRpcServlet endpoint exposed and accessible without authentication.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Upgrade to E-cology version 10.52 or later; alternatively, disable or restrict access to the XmlRpcServlet endpoint and implement strict input validation on file path parameters.

Recommended fix Moderate confidence

Weaver E-cology 10.52 or later

  1. 1. Identify current E-cology version by checking the application or consulting vendor documentation
  2. 2. Download Weaver E-cology version 10.52 or later from the official Weaver (Fanwei) vendor website or authorized distribution channel
  3. 3. Review the official upgrade guide and release notes for version 10.52
  4. 4. Perform a backup of the current E-cology installation including database and configuration files
  5. 5. Apply the upgrade to version 10.52 following vendor-provided installation instructions
  6. 6. Verify the XmlRpcServlet interface no longer allows unauthorized file access by testing the WorkflowService.getAttachment and WorkflowService.LoadTemplateProp methods with restricted paths
  7. 7. Confirm the upgrade was successful and the application functions normally
Caveat Review vendor release notes for any breaking changes between your current version and 10.52; major version upgrades may require configuration adjustments or compatibility testing

Generated from the published advisory — verify against the referenced sources before acting.

Have this fixed Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing4.0 h
  • Review / QA2.0 h
18.0 hours of engineering $3,200
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,120.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2022-50992 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2022-50992 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data