CVE-2022-47880: An Information disclosure vulnerability in /be/rpc.php in Jedox GmbH Jedox 2020.2.5 allow remote, authentic...
An Information disclosure vulnerability in /be/rpc.php in Jedox GmbH Jedox 2020.2.5 allow remote, authenticated users with permissions to modify database connections to disclose a connections' cleartext password via the 'test connection' function.
Security readout for executives and security teams
Plain-English summary
CVE-2022-47880 can expose stored database connection passwords in Jedox 2020.2.5 to logged-in users who already have permission to modify database connections. The main business risk is credential leakage that could enable database access outside Jedox.
Executive priority
Handle this as a credential exposure issue, not a broad unauthenticated compromise. Prioritize systems where Jedox stores production database credentials or where too many users have connection-management rights.
Technical view
The issue is an information disclosure flaw in /be/rpc.php. Remote authenticated users with high privileges to modify database connections can obtain a connection's cleartext password through the test connection function. It is mapped to CWE-522 and scored CVSS 3.1 6.8.
Likely exposure
Exposure is limited to organizations running Jedox 2020.2.5 or similarly affected builds identified by vendor guidance. Risk is highest where many users can modify database connections, admin accounts are shared, or Jedox-stored database credentials are broadly privileged.
Exploitation context
The source bundle does not indicate active exploitation, and the CVE is not marked as KEV. Abuse requires authentication and high privileges, but the disclosed credential may have higher downstream value if reused or granted broad database access.
Researcher notes
Evidence is narrow: the CVE description names Jedox 2020.2.5 and the vulnerable endpoint/function, but the provided affected-product metadata is incomplete. Do not assume other versions are affected without vendor or researcher confirmation.
Mitigation direction
Check Jedox vendor guidance for fixed versions or official mitigations.
Restrict database connection modification permissions to trusted administrators.
Rotate database passwords stored in affected Jedox instances.
Reduce privileges of database accounts used by Jedox connections.
Review whether exposed credentials are reused outside Jedox.
Validation and detection
Inventory Jedox deployments and confirm whether version 2020.2.5 is present.
Review roles allowed to create or modify database connections.
Audit administrative activity around database connection testing and changes.
Confirm stored database credentials have been rotated where exposure is plausible.
Verify any vendor-recommended update or mitigation is applied.
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-522: 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.
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.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
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.
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-522 · source CWE mapping
Insufficiently Protected Credentials
Insufficiently Protected Credentials represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.