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.
| Package | Affected versions | Patched versions |
|---|---|---|
ckeditor4npm | < 4.16.0 | 4.16.0 |
Affected products
2- CKEditor/CKEditordescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
7- github.com/advisories/GHSA-wpvm-wqr4-p7cwghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2021-26272ghsaADVISORY
- ckeditor.com/blog/CKEditor-4.16-with-improved-image-pasting-High-Contrast-support-and-a-new-color-API/ghsax_refsource_MISCWEB
- github.com/ckeditor/ckeditor4/blob/major/CHANGES.mdghsax_refsource_MISCWEB
- www.oracle.com//security-alerts/cpujul2021.htmlghsax_refsource_MISCWEB
- www.oracle.com/security-alerts/cpujan2022.htmlghsax_refsource_MISCWEB
- www.oracle.com/security-alerts/cpuoct2021.htmlghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.