Cyber Resilience

CVE-2020-36946

HighPublic PoCDDoS

Published: 27 January 2026

Published
27 January 2026
Modified
24 March 2026
KEV Added
Patch
CVSS Score v4 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0064 45.9th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2020-36946 is a high-severity Allocation of Resources Without Limits or Throttling (CWE-770) vulnerability in Flexense Syncbreeze. Its CVSS base score is 8.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 45.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SC-5 (Denial-of-service Protection) and SC-6 (Resource Availability).

Deeper analysis

CVE-2020-36946 is a denial of service vulnerability in SyncBreeze version 10.0.28, specifically affecting the login endpoint. Remote attackers can exploit it by sending an oversized payload in the login request, which overwhelms the application and causes the service to crash, disrupting availability. The issue is classified under CWE-770 (Allocation of Resources Without Limits or Throttling) and carries a CVSS v3.1 base score of 7.5 (High).

The vulnerability is exploitable over the network (AV:N) with low attack complexity (AC:L), requiring no privileges (PR:N), no user interaction (UI:N), and no scope change (S:U), resulting in high impact to availability (A:H) with no impact to confidentiality or integrity (C:N/I:N). Any remote attacker can trigger the crash without authentication, potentially denying service to legitimate users relying on the SyncBreeze service.

Advisories and related resources, including those from VulnCheck at https://www.vulncheck.com/advisories/syncbreeze-login-denial-of-service and the vendor site at http://www.syncbreeze.com, provide further details on the issue. Proof-of-concept exploits are available on Exploit-DB at https://www.exploit-db.com/exploits/49291.

EU & UK References

Vulnerability details

SyncBreeze 10.0.28 contains a denial of service vulnerability in the login endpoint that allows remote attackers to crash the service. Attackers can send an oversized payload in the login request to overwhelm the application and potentially disrupt service availability.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

DoS via oversized login payload directly matches application exploitation for endpoint denial of service.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2020-37100Same product: Flexense Syncbreeze
CVE-2025-59895Same product: Flexense Syncbreeze
CVE-2025-59893Same product: Flexense Syncbreeze
CVE-2025-59891Same product: Flexense Syncbreeze
CVE-2025-59894Same product: Flexense Syncbreeze
CVE-2025-59892Same product: Flexense Syncbreeze
CVE-2021-47877Shared CWE-770
CVE-2021-47784Shared CWE-770
CVE-2021-47793Shared CWE-770
CVE-2021-47895Shared CWE-770

Affected Assets

flexense
syncbreeze
10.0.28

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly implements denial-of-service protections like rate limiting and request size limits to block oversized payloads targeting the login endpoint.

prevent

Requires validation of information inputs such as login requests to reject oversized payloads that overwhelm and crash the application.

prevent

Protects resource availability by enforcing quotas and limits on allocations to mitigate exhaustion from malicious oversized login requests.

References