Unchecked Return Value Affecting libdbi-perl package, versions <1.634-1ubuntu0.2


0.0
medium

Snyk CVSS

    Attack Complexity High
    Availability High

    Threat Intelligence

    EPSS 0.05% (14th percentile)
Expand this section
NVD
4.7 medium
Expand this section
SUSE
7.5 high
Expand this section
Red Hat
4.7 medium

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-UBUNTU1604-LIBDBIPERL-1009817
  • published 18 Sep 2020
  • disclosed 17 Sep 2020

How to fix?

Upgrade Ubuntu:16.04 libdbi-perl to version 1.634-1ubuntu0.2 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream libdbi-perl package and not the libdbi-perl package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 relevant fixed versions and status.

An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference.