LiveActive security incident?Get immediate response
CVE Record

CVE-2022-33683: Disabled Certificate Validation makes Broker, Proxy Admin Clients vulnerable to MITM attack

Apache Pulsar Brokers and Proxies create an internal Pulsar Admin Client that does not verify peer TLS certificates, even when tlsAllowInsecureConnection is disabled via configuration. The Pulsar Admin Client's intra-cluster and geo-replication HTTPS connections are vulnerable to man in the middle attacks, which could leak authentication data, configuration data, and any other data sent by these clients. An attacker can only take advantage of this vulnerability by taking control of a machine 'between' the client and the server. The attacker must then actively manipulate traffic to perform the attack. This issue affects Apache Pulsar Broker and Proxy versions 2.7.0 to 2.7.4; 2.8.0 to 2.8.3; 2.9.0 to 2.9.2; 2.10.0; 2.6.4 and earlier.

MediumCVSS 5.9Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Apache Pulsar could trust the wrong TLS peer for some internal admin HTTPS connections. A network-positioned attacker could intercept sensitive cluster traffic, including authentication or configuration data. The issue is important but not automatically exploitable from the internet; the attacker must be between Pulsar components and actively manipulate traffic.

Executive priority

Treat as a moderate-priority confidentiality risk. Prioritize exposed multi-node and geo-replicated Pulsar environments, because compromised admin traffic could disclose credentials or sensitive configuration data.

Technical view

CVE-2022-33683 is CWE-295 certificate validation failure in Apache Pulsar Broker and Proxy internal Pulsar Admin Clients. Peer TLS certificates are not verified even when tlsAllowInsecureConnection is disabled. Affected versions include 2.10.0, 2.7.0-2.7.4, 2.8.0-2.8.3, 2.9.0-2.9.2, and 2.6.4 and earlier.

Likely exposure

Exposure is likely in Apache Pulsar deployments using affected Broker or Proxy versions, especially clusters with intra-cluster or geo-replication HTTPS admin traffic crossing networks where interception is plausible.

Exploitation context

The source states an attacker must control a machine between client and server and actively manipulate traffic. CVSS is 5.9 with high attack complexity and high confidentiality impact. The bundle does not show KEV listing or confirmed active exploitation.

Researcher notes

The bundle identifies affected versions and attack preconditions but does not provide exploit evidence, fixed version numbers, or detailed remediation text. Avoid assuming tlsAllowInsecureConnection=false mitigates this issue, because that setting is explicitly described as insufficient.

Mitigation direction

  • Inventory Apache Pulsar Broker and Proxy versions across all clusters.
  • Check Apache Pulsar guidance for fixed versions and upgrade paths.
  • Restrict and monitor network paths carrying intra-cluster and geo-replication admin HTTPS traffic.
  • Rotate exposed credentials if interception is suspected or logs show abnormal admin activity.

Validation and detection

  • Confirm no Broker or Proxy runs an affected Pulsar version.
  • Review TLS and admin-client configuration against Apache guidance.
  • Map intra-cluster and geo-replication HTTPS paths for MITM exposure risk.
  • Check logs for unusual admin requests or unexpected peer/certificate behavior.
Prepared
Confidence
high
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-295: 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
cve · low confidence lookup

CVE-2022-33683 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
Medium
CVSS
5.9 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A: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
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
5.9CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N2.23.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.9Medium
CVSS 3.1 vector shape for CVE-2022-33683Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Apache Software FoundationApache Pulsar2.10.0, 2.7, 2.8, 2.9, 2.6 and earlierListed
Weakness

CWE details

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

CWE-295 · source CWE mapping

Improper Certificate Validation

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