Heap-based Buffer Overflow Affecting bash-doc package, versions *


Severity

Recommended
medium

Based on Red Hat Enterprise Linux security rating.

Threat Intelligence

EPSS
0.04% (5th percentile)

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 IDSNYK-RHEL7-BASHDOC-1325805
  • published26 Jul 2021
  • disclosed18 Jun 2019

Introduced: 18 Jun 2019

CVE-2012-6711  (opens in a new tab)
CWE-122  (opens in a new tab)

How to fix?

There is no fixed version for RHEL:7 bash-doc.

NVD Description

Note: Versions mentioned in the description apply only to the upstream bash-doc package and not the bash-doc package as distributed by RHEL. See How to fix? for RHEL:7 relevant fixed versions and status.

A heap-based buffer overflow exists in GNU Bash before 4.3 when wide characters, not supported by the current locale set in the LC_CTYPE environment variable, are printed through the echo built-in function. A local attacker, who can provide data to print through the "echo -e" built-in function, may use this flaw to crash a script or execute code with the privileges of the bash process. This occurs because ansicstr() in lib/sh/strtrans.c mishandles u32cconv().