The wordexp function in the GNU C Library (aka glibc) through 2.33 may crash or read arbitrary memory in parse_param (in posix/wordexp.c) when called with an untrusted, crafted pattern, potentially resulting in a denial of service or disclosure of information. This occurs because atoi was used but strtoul should have been used to ensure correct calculations.
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
Configuration 3 (hide)
|
History
No history.
Information
Published : 2021-07-22 18:15
Updated : 2024-11-21 06:12
NVD link : CVE-2021-35942
Mitre link : CVE-2021-35942
CVE.ORG link : CVE-2021-35942
JSON object : View
Products Affected
netapp
- active_iq_unified_manager
- hci_management_node
- e-series_santricity_os_controller
- ontap_select_deploy_administration_utility
- solidfire
gnu
- glibc
debian
- debian_linux
CWE
CWE-190
Integer Overflow or Wraparound