LiveActive security incident?Get immediate response
CVE Record

CVE-2023-22374: iControl SOAP vulnerability

A format string vulnerability exists in iControl SOAP that allows an authenticated attacker to crash the iControl SOAP CGI process or, potentially execute arbitrary code. In appliance mode BIG-IP, a successful exploit of this vulnerability can allow the attacker to cross a security boundary.  Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.

HighCVSS 8.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-22374 affects F5 BIG-IP iControl SOAP. An authenticated network attacker could crash the iControl SOAP CGI process or potentially execute arbitrary code. In appliance mode, successful exploitation may cross a security boundary, raising business risk for management-plane compromise.

Executive priority

Prioritize within the normal high-severity network appliance remediation lane, especially for internet-adjacent or widely reachable management interfaces. The risk is not confirmed active exploitation, but authenticated compromise could affect critical security infrastructure.

Technical view

The issue is a CWE-134 format string vulnerability in iControl SOAP with CVSS 3.1 score 8.5. The vector requires network access and low privileges, has high attack complexity, needs no user interaction, changes scope, and can affect confidentiality, integrity, and availability at high impact.

Likely exposure

Organizations running F5 BIG-IP versions listed in the CVE bundle, including 17.0.0, 16.1.2.2, 15.1.5.1, 14.1.4.6, or 13.1.5, should treat exposed or broadly accessible iControl SOAP management paths as the primary exposure area.

Exploitation context

The bundle does not show CISA KEV listing or other evidence of active exploitation. Exploitation requires authentication and high complexity, but impact can be severe if a privileged management path is reachable and valid credentials are available.

Researcher notes

Evidence supports a format string issue in iControl SOAP with possible code execution and denial of service. The source bundle does not include exploit details, proof of active exploitation, or specific fixed releases, so validation should stay vendor-advisory driven.

Mitigation direction

  • Review F5 advisory K000130415 for fixed versions and vendor workarounds.
  • Map every BIG-IP instance to affected versions named in the CVE bundle.
  • Restrict iControl SOAP and management access to trusted administrative networks.
  • Review low-privilege administrative accounts and remove unnecessary access.
  • Do not assume EoTS versions are unaffected; they were not evaluated.

Validation and detection

  • Inventory BIG-IP software versions across production, staging, and disaster recovery.
  • Confirm whether iControl SOAP management interfaces are reachable from untrusted networks.
  • Check authentication logs for unexpected low-privilege management access.
  • Review BIG-IP logs for iControl SOAP CGI crashes or abnormal restarts.
  • Validate remediation status against F5 K000130415, not inferred version assumptions.
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-134: 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

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. 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-2023-22374 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
8.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/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
8.5CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H1.86Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.5High
CVSS 3.1 vector shape for CVE-2023-22374Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/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
F5BIG-IP17.0.0, 16.1.2.2, 15.1.5.1, 14.1.4.6, 13.1.5unknown
Weakness

CWE details

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

CWE-134 · source CWE mapping

Use of Externally-Controlled Format String

Use of Externally-Controlled Format String represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.