VYPR
Moderate severityNVD Advisory· Published Jan 26, 2021· Updated Aug 3, 2024

CVE-2021-26272

CVE-2021-26272

Description

It was possible to execute a ReDoS-type attack inside CKEditor 4 before 4.16 by persuading a victim to paste crafted URL-like text into the editor, and then press Enter or Space (in the Autolink plugin).

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A ReDoS vulnerability in CKEditor 4's Autolink plugin allows denial of service via crafted URL-like text pasted by a victim.

Vulnerability

CVE-2021-26272 is a Regular Expression Denial of Service (ReDoS) vulnerability in CKEditor 4 versions before 4.16. The flaw resides in the Autolink plugin, which automatically converts pasted URLs into clickable links. The vulnerable regular expression becomes catastrophically slow when processing a crafted input, leading to excessive CPU consumption. [1][2]

Exploitation

An attacker can trigger the ReDoS condition by persuading a victim to paste a specially crafted, URL-like string into the CKEditor 4 editor instance and then press the Enter or Space key. This action causes the Autolink plugin to process the input through the vulnerable regex, resulting in a denial of service. No authentication is required beyond the victim's interaction with the editor. [2]

Impact and

Mitigation

Successful exploitation causes the editor to become unresponsive, potentially freezing the entire browser tab or application. The vulnerability was addressed in CKEditor 4.16, released alongside other security fixes. Users running vulnerable versions should upgrade to 4.16 or later. Note that CKEditor 4 reached its End of Life on June 30, 2023, and the open-source version no longer receives security updates; users requiring continued support must migrate to the commercial CKEditor 4 LTS or upgrade to CKEditor 5. [1][3]

AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
ckeditor4npm
< 4.16.04.16.0

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

7

News mentions

0

No linked articles in our index yet.