LiveActive security incident?Get immediate response
CVE Record

CVE-2021-22508: Potential SQL injection in OpenText Operations Bridge Reporter

A potential vulnerability has been identified for OpenText Operations Bridge Reporter. The vulnerability could be exploited to inject malicious SQL queries. An attack requires to be an authenticated administrator of OBR with network access to the OBR web application.

HighCVSS 7.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

OpenText Operations Bridge Reporter has a potential SQL injection flaw in its web application. Abuse requires an authenticated OBR administrator with network access, so this is not a low-privilege internet drive-by issue. If exploited, the impact could be serious because the CVSS record rates confidentiality, integrity, and availability impact as high.

Executive priority

Treat this as high priority for environments running OBR, especially where administrator access is broad or web access is poorly restricted. The privilege requirement lowers broad exposure, but impact after admin compromise could be severe.

Technical view

CVE-2021-22508 describes improper input validation in OpenText Operations Bridge Reporter that could permit malicious SQL queries. The CVSS 3.1 score is 7.2 with network access, low complexity, high privileges, no user interaction, unchanged scope, and high CIA impact. Exact affected release details are not clearly provided in the bundle.

Likely exposure

Exposure is most likely where Operations Bridge Reporter is deployed, the OBR web application is reachable, and administrator accounts can authenticate. The provided affected-version data is incomplete, so confirm applicability against OpenText or Micro Focus advisory KM03793174.

Exploitation context

The source bundle does not show KEV listing or cite active exploitation. Attack prerequisites are material: the attacker must already be an authenticated OBR administrator and reach the web application over the network.

Researcher notes

The record identifies SQL injection potential but maps CWE-20 and provides limited affected-version detail. Do not assume active exploitation or universal OBR impact from the bundle alone. Focus validation on vendor advisory applicability, admin reachability, and logs.

Mitigation direction

  • Review OpenText or Micro Focus advisory KM03793174 for official fixed versions or mitigations.
  • Limit network access to the OBR web application to trusted administrative paths.
  • Audit and reduce OBR administrator accounts to required personnel only.
  • Monitor OBR and database logs for suspicious administrative query patterns.
  • Apply vendor-provided updates or configuration changes when confirmed applicable.

Validation and detection

  • Inventory all OpenText Operations Bridge Reporter deployments and web endpoints.
  • Confirm whether deployed OBR versions match the vendor advisory scope.
  • Review administrator account lists, recent logins, and unexpected privilege changes.
  • Check whether OBR web access is restricted by network controls.
  • Review application and database logs for abnormal SQL errors or administrative activity.
Prepared
Confidence
medium
Sources
3

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

CWE-20: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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

Database behavior lookup

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-22508 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
High
CVSS
7.2 (3.1)
Known Exploited
No
Published

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

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
2Source 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
7.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H1.25.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.2High
CVSS 3.1 vector shape for CVE-2021-22508Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
OpenTextOperations Bridge Reporter0unaffected
Weakness

CWE details

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

CWE-20 · source CWE mapping

Improper Input Validation

Improper Input Validation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.