SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2011-10043

CRITICAL · CVSS 9.8 EPSS 0.45%

Source: NVD + CISA KEV + EPSS · Published 2026-07-07 · Last synced 2026-08-06

CyberRota Analysis

AI-Generated

Versions of Module::Load prior to 0.22 for Perl are vulnerable to arbitrary code execution due to improper handling of module names, allowing attackers to load modules from outside the designated @INC paths. This critical vulnerability poses a significant risk to any applications relying on these versions, particularly those where user input can influence module loading. Organizations using affected versions should prioritize immediate updates to mitigate potential exploitation.

CVE
CVE-2011-10043
Severity
CRITICAL
CVSS
9.8
EPSS
0.45%

Original NVD Description

Module::Load versions before 0.22 for Perl allow arbitrary modules outside of @INC to be loaded. Module names starting with "::" could be passed to the load function to specify arbitrary module paths. Attackers able to influence module names passed to load could use that bug to execute arbitrary code.