CVE-2026-10849 Vulnerability Analysis & Exploit Details

CVE-2026-10849
Vulnerability Scoring

8.2
/10
Severe Risk

Cybersecurity professionals consider CVE-2026-10849 an immediate threat requiring urgent mitigation.

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-10849 Details

Status: Analyzed

Last updated: 🕛 01 Sep 2026, 00:16 UTC
Originally published on: 🕙 03 Aug 2026, 22:16 UTC

Time between publication and last update: 28 days

CVSS Release: version 3

CVSS3 Source

vulnerabilities@zephyrproject.org

CVSS3 Type

Secondary

CVSS3 Vector

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

CVE-2026-10849 Vulnerability Summary

CVE-2026-10849: The hawkBit device management client in subsys/mgmt/hawkbit accumulates the body of an HTTP response from the update server into a heap buffer in response_json_cb() (subsys/mgmt/hawkbit/hawkbit.c). The buffer is sized to hold the received body bytes but reserves no space for a terminating NUL. When the full response has arrived, the code writes response_data[downloaded_size] = '\0' — and whenever the accumulated body length equals the allocation, that terminator lands one byte past the end of the heap object (a heap-based out-of-bounds write, CWE-122 / CWE-787). The body length and fragmentation are taken directly from the parsed HTTP response (rsp->body_frag_start / rsp->body_frag_len) and are fully controlled by the remote hawkBit server, which chooses its own response length. The precise trigger depends on how the buffer grows, and both forms are remotely reachable. Since v4.0.0 the reallocation is sized to exactly downloaded_size + body_len, so any response body larger than the 1100-byte initial buffer makes the out-of-bounds write deterministic; such response sizes are normal for hawkBit deployment metadata. Before v4.0.0 the buffer grew by doubling and the growth check ((downloaded_size + body_len) > response_buffer_size) is false at equality, so a response body whose length is exactly the current allocation — 1100 bytes with the default initial buffer — skips the reallocation entirely and writes the terminator at response_data[1100] of an 1100-byte object. The HTTP length-mismatch check does not catch this, because the declared and received lengths genuinely agree. Either form is reachable by a malicious, compromised, or man-in-the-middle update server (TLS is optional and, when enabled, does not protect against a hostile server), with no authentication of response content and no client-side length cap protecting the write. The out-of-bounds write is a fixed single NUL byte immediately following the allocation, corrupting adjacent allocator metadata or the next allocation. The practical impact is heap corruption leading to denial of service (fault on a subsequent allocation or free), with the bounded, allocator-dependent possibility of further corruption. The fix sizes the buffer to the body length plus one and copies with memcpy, ensuring the terminator always lands within the allocation.

Assessing the Risk of CVE-2026-10849

Access Complexity Graph

The exploitability of CVE-2026-10849 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-10849

With low attack complexity and no required privileges, CVE-2026-10849 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-10849, 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-10849, 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-10849 has no significant impact on data confidentiality.
  • Integrity: Low
    Exploiting CVE-2026-10849 may cause minor changes to data without severely impacting its accuracy.
  • Availability: High
    CVE-2026-10849 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2026-10849 References

External References

CWE Common Weakness Enumeration

CWE-787

Vulnerable Configurations

  • cpe:2.3:o:zephyrproject:zephyr:2.4.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.4.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.4.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.4.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.4.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.4.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.4.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.4.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.5.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.5.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.5.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.5.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.5.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.5.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.5.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.5.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.5.0:rc4:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.5.0:rc4:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.5.1:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.5.1:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.6.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.6.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.6.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.6.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.6.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.6.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.6.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.6.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.6.1:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.6.1:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.7.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.7.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc4:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc4:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc5:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.7.0:rc5:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.8.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.8.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.79.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.79.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.81.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.81.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.82.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.82.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.83.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.83.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.84.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.84.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.85.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.85.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.86.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.86.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.87.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.87.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.88.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.88.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.89.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.89.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.90.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.90.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.91.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.91.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.92.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.92.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.93.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.93.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.94.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.94.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:2.95.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:2.95.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.0.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.0.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.0.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.0.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.0.1:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.0.1:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.1.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.1.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.1.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.1.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.1.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.1.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.1.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.1.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.2.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.2.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.2.1:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.2.1:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.2.01:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.2.01:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.2.31:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.2.31:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.2.40:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.2.40:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.2.41:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.2.41:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.3.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.3.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.3.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.3.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.3.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.3.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.3.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.3.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.4.0:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.4.0:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.5.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.5.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.5.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.5.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.5.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.5.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.5.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.5.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.6.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.6.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.6.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.6.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.6.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.6.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.6.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.6.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.7.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.7.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.7.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.7.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.7.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.7.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.7.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.7.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.7.1:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.7.1:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.7.1:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.7.1:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.7.2:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.7.2:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:3.7.2:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:3.7.2:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.0.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.0.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.0.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.0.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.0.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.0.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.0.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.0.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.1.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.1.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.1.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.1.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.1.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.1.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.1.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.1.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.2.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.2.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.2.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.2.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.2.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.2.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.2.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.2.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.2.1:*:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.2.1:*:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.3.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.3.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.3.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.3.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.3.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.3.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.3.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.3.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.3.1:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.3.1:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.4.0:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.4.0:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.4.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.4.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.4.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.4.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.4.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.4.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.4.1:-:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.4.1:-:*:*:*:*:*:*
  • cpe:2.3:o:zephyrproject:zephyr:4.4.1:rc1:*:*:*:*:*:*
    cpe:2.3:o:zephyrproject:zephyr:4.4.1:rc1:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2026-10849: 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-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...
  • CVE-2026-85198 – The MPG – Multiple Page Generator, Bulk Landing Pages & Programmatic SEO plugin for WordPress is vulnerable to generic SQL Injection via URL Path i...
  • CVE-2026-78175 – The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and includin...
  • CVE-2026-78159 – The The Events Calendar plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 6.17.3 via the parse_arra...
  • CVE-2026-78006 – The The Events Calendar plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 6.17.4 via the is_safe_wi...