Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-44636

7.4 · HIGH
Published May 14, 2026 saitoha CWE-122

Overview

CVE-2026-44636 is a high-severity vulnerability affecting saitoha libsixel. It was published on May 14, 2026 and has a CVSS 3.1 base score of 7.4 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.4, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

libsixel is a SIXEL encoder/decoder implementation derived from kmiya's sixel. From to 1.8.7-r1, signed integer overflow in sixel_encode_highcolor's allocation size calculation can lead to a heap buffer overflow. The public sixel_encode entry point validates only that width and height are greater than zero, with no upper bound. width and height are multiplied as plain int when computing the allocation size for paletted_pixels and normalized_pixels. Any caller that asks libsixel to encode a pixel buffer with width times height greater than INT_MAX (about 2.15 billion) will hit a wrapped allocation size; under the right wrap, the malloc succeeds with a buffer much smaller than the encoder expects, and the encoder writes past the end of the heap allocation. This vulnerability is fixed in 1.8.7-r2.

Remediation

Check the references section for vendor advisories and patches from saitoha. Update libsixel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
saitoha libsixel >= 1.4.4, < 1.8.7-r2 Affected

Frequently Asked Questions

What is CVE-2026-44636?

CVE-2026-44636 is a high-severity vulnerability affecting saitoha libsixel. It was published on May 14, 2026 and has a CVSS 3.1 base score of 7.4 (HIGH).

How severe is CVE-2026-44636?

This vulnerability has a CVSS 3.1 base score of 7.4, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-44636?

Check the references section for vendor advisories and patches from saitoha. Update libsixel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-44636?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-44636 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.