CVE-2026-58586 PUBLISHED

Image::WebP versions through 0.2 for Perl bundle a vulnerable version of libwebp

Assigner: CPANSec
Reserved: 01.07.2026 Published: 24.07.2026 Updated: 24.07.2026

Image::WebP versions through 0.2 for Perl bundle a vulnerable version of libwebp.

Image::WebP does not link to the system libwebp. Instead, it uses a bundled copy of libwebp 0.3.0 (released 2013-03-20). That version has multiple known vulnerabilities, including CVE-2023-4863.

Any caller that decodes an untrusted WebP image reaches the bundled decoder. Because the library is compiled into the module, upgrading the system libwebp does not remediate this.

Product Status

Vendor ZAPAD
Product Image::WebP
Versions Default: unaffected
  • affected from 0 to 0.2 (incl.)

Solutions

Image::WebP has not been updated since 2013. Migrate to a different solution, such as Imager with Imager::File::WEBP.

References

Problem Types

  • CWE-1395 Dependency on Vulnerable Third-Party Component CWE