AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2022-27114

MEDIUM · CVSS 5.5 EPSS 0.95% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2022-05-09 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2022-27114
Severity
MEDIUM
CVSS
5.5
EPSS
0.95%

Original NVD Description

There is a vulnerability in htmldoc 1.9.16. In image_load_jpeg function image.cxx when it calls malloc,'img->width' and 'img->height' they are large enough to cause an integer overflow. So, the malloc function may return a heap blosmaller than the expected size, and it will cause a buffer overflow/Address boundary error in the jpeg_read_scanlines function.