CVE-2018-25160

Summary

HTTP::Session2 versions through 1.09 for Perl does not validate the format of user provided session ids, enabling code injection or other impact depending on session backend.

For example, if an application uses memcached for session storage, then it may be possible for a remote attacker to inject memcached commands in the session id value.

Affected Software

VendorProductVersion RangeStatus
TOKUHIROMHTTP::Session20 <= 1.09affected

Weaknesses

  • CWE-20: CWE-20 Improper Input Validation

Workarounds

Upgrade to version 1.10 or later.

Use a session storage module that offers protection against command injections, such as Cache::Memcached::Fast::Safe.

ADP Enrichment

CVE Program Container

Additional References

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: yes
    • Technical Impact: partial

References