CVE-2011-10043 PUBLISHED

Module::Load versions before 0.22 for Perl allow arbitrary modules outside of @INC to be loaded

Assigner: CPANSec
Reserved: 05.07.2026 Published: 07.07.2026 Updated: 07.07.2026

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.

Product Status

Vendor BINGOS
Product Module::Load
Versions Default: unaffected
  • affected from 0 to 0.22 (excl.)

Solutions

If you are using Perl v5.15.3 or earlier, then upgrade to Module::Load 0.22 or later.

Perl versions after v5.15.4 include newer versions of Module::Load that fix this issue.

References

Problem Types

  • CWE-145 Improper Neutralization of Section Delimiters CWE

Impacts

  • CAPEC-242 Code Injection