CVE-2026-43974 Vulnerability Analysis & Exploit Details

CVE-2026-43974
Vulnerability Scoring

7.5
/10
Very High Risk

Highly exploitable, CVE-2026-43974 poses a critical security risk that could lead to severe breaches.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: None
    No privileges are required for exploitation.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2026-43974 Details

Status: Analyzed

Last updated: 🕞 18 Aug 2026, 15:44 UTC
Originally published on: 🕒 08 Jun 2026, 15:16 UTC

Time between publication and last update: 71 days

CVSS Release: version 3

CVSS3 Source

nvd@nist.gov

CVSS3 Type

Primary

CVSS3 Vector

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

CVE-2026-43974 Vulnerability Summary

CVE-2026-43974: Unexpected Status Code or Return Value vulnerability in ninenines gun (gun_http module) allows a malicious HTTP server to force the client into raw protocol mode via an unsolicited 101 Switching Protocols response. In gun_http:handle_inform/8, when a 101 Switching Protocols response is received over HTTP/1.1, the function verifies only that the Upgrade header is syntactically valid and that the stream reference is a plain reference(). It does not check whether the client ever sent an Upgrade or Connection: upgrade header on the corresponding request. Because this check is absent, any 101 response (solicited or not) causes gun to dispatch a gun_upgrade message to the caller and transition the entire connection to raw protocol mode. A malicious or compromised HTTP server can send an unsolicited 101 response to any HTTP/1.1 request, causing the gun client to abandon HTTP framing for that connection. Once in raw mode, gun_raw applies no flow control (flow=infinity) and re-arms socket active mode after every received packet, so the server can flood the client with arbitrary bytes. These are forwarded as unbounded gun_data messages to the owner process, exhausting its mailbox and BEAM memory, ultimately crashing the VM. This issue affects gun: from 2.0.0 before 2.4.0.

Assessing the Risk of CVE-2026-43974

Access Complexity Graph

The exploitability of CVE-2026-43974 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2026-43974

With low attack complexity and no required privileges, CVE-2026-43974 is an easy target for cybercriminals. Organizations should prioritize immediate mitigation measures to prevent unauthorized access and data breaches.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2026-43974, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2026-43974, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: None
    CVE-2026-43974 has no significant impact on data confidentiality.
  • Integrity: None
    CVE-2026-43974 poses no threat to data integrity.
  • Availability: High
    CVE-2026-43974 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2026-43974 References

External References

CWE Common Weakness Enumeration

CWE-841

Vulnerable Configurations

  • cpe:2.3:a:ninenines:gun:2.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:ninenines:gun:2.0.0:-:*:*:*:*:*:*
  • cpe:2.3:a:ninenines:gun:2.0.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:ninenines:gun:2.0.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:ninenines:gun:2.0.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:ninenines:gun:2.0.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:ninenines:gun:2.0.0:patchre.1:*:*:*:*:*:*
    cpe:2.3:a:ninenines:gun:2.0.0:patchre.1:*:*:*:*:*:*
  • cpe:2.3:a:ninenines:gun:2.0.0:patchre.2:*:*:*:*:*:*
    cpe:2.3:a:ninenines:gun:2.0.0:patchre.2:*:*:*:*:*:*
  • cpe:2.3:a:ninenines:gun:2.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:ninenines:gun:2.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:ninenines:gun:2.1.0:*:*:*:*:*:*:*
    cpe:2.3:a:ninenines:gun:2.1.0:*:*:*:*:*:*:*
  • cpe:2.3:a:ninenines:gun:2.2.0:*:*:*:*:*:*:*
    cpe:2.3:a:ninenines:gun:2.2.0:*:*:*:*:*:*:*
  • cpe:2.3:a:ninenines:gun:2.3.0:*:*:*:*:*:*:*
    cpe:2.3:a:ninenines:gun:2.3.0:*:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2026-43974: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2026-90474 – MCPHub before 1.0.32 contains an authentication bypass vulnerability in its embedded OAuth 2.0 authorization server where client authentication is ...
  • CVE-2026-90473 – msgpack-java through 0.9.12 contains an integer overflow vulnerability in MessageUnpacker.skipValue() when processing MAP32 containers with large e...
  • CVE-2026-90472 – msgpack-java through 0.9.12 contains a stack overflow vulnerability in MessageUnpacker.unpackValue() that recursively deserializes arrays and maps ...
  • CVE-2026-89172 – Improper protection of physical side channels vulnerability in Microchip AN1044, Microchip AN953, and Microchip SW300052. This issue affects AN104...
  • CVE-2026-85200 – The GEO my WP plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 4.5.5.3 via the gmw_posts_locator_aj...