cve,link,title,description,vendor,products,score,severity,epss,cisa,cisa_published,article,ransomware,exploited,exploited_date,poc,trended,trended_no_1,trended_no_1_date,published,trended_score CVE-2022-3715,https://securityvulnerability.io/vulnerability/CVE-2022-3715,Heap-buffer Overflow in Bash Package Affecting Red Hat Products,"A flaw in the bash package has been identified that allows for a heap-buffer overflow during the parameter transform phase. This vulnerability could lead to various memory-related problems, potentially affecting system stability and performance. Users of affected versions should take necessary precautions and apply updates to safeguard against exploitation.",Gnu,Bash,7.8,HIGH,0.0004799999878741801,false,,false,false,false,,,false,false,,2023-01-05T00:00:00.000Z,0 CVE-2019-18276,https://securityvulnerability.io/vulnerability/CVE-2019-18276,Privilege Escalation in GNU Bash Affecting Linux Systems,"A flaw in the disable_priv_mode function in shell.c of GNU Bash allows an attacker with command execution rights to exploit the incorrect handling of user IDs. This vulnerability arises when Bash runs with an effective UID different from the real UID, failing to drop the saved UID correctly on systems that support it. Skilled attackers can leverage this flaw by executing 'enable -f' to load a new builtin, potentially gaining elevated privileges using a shared object that calls setuid(). Notably, binaries operating with an effective UID of 0 are not affected by this issue.",Gnu,Bash,7.8,HIGH,0.0017500000540167093,false,,false,false,true,2022-01-12T11:40:57.000Z,true,false,false,,2019-11-28T00:27:51.000Z,0 CVE-2012-6711,https://securityvulnerability.io/vulnerability/CVE-2012-6711,Heap-based Buffer Overflow in GNU Bash Affects Local Users,"A heap-based buffer overflow vulnerability is present in GNU Bash versions prior to 4.3, which occurs when wide characters that are unsupported by the current locale set in the LC_CTYPE environment variable are printed using the echo built-in function. A local attacker can exploit this flaw by supplying crafted input to the 'echo -e' function, potentially leading to script crashes or execution of arbitrary code with the privileges of the bash process. This vulnerability arises from improper handling of conversions in the ansicstr() function while processing character encodings.",Gnu,Bash,7,HIGH,0.0004199999966658652,false,,false,false,false,,,false,false,,2019-06-18T17:34:08.000Z,0 CVE-2019-9924,https://securityvulnerability.io/vulnerability/CVE-2019-9924,Command Execution Vulnerability in Bash Shell Software,"The Bash shell prior to version 4.4-beta2 contains a vulnerability where rbash does not sufficiently restrict the shell user from altering the BASH_CMDS variable. This oversight allows an attacker to execute arbitrary commands with all the privileges of the shell user, potentially leading to unauthorized access and execution of sensitive operations within the system. Proper configuration and updates are recommended to mitigate this risk.",Gnu,Bash,7.8,HIGH,0.0006300000241026282,false,,false,false,false,,,false,false,,2019-03-22T07:05:28.000Z,0 CVE-2016-0634,https://securityvulnerability.io/vulnerability/CVE-2016-0634,,The expansion of '\h' in the prompt string in bash 4.3 allows remote authenticated users to execute arbitrary code via shell metacharacters placed in 'hostname' of a machine.,Gnu,Bash,7.5,HIGH,0.010689999908208847,false,,false,false,false,,,false,false,,2017-08-28T15:00:00.000Z,0 CVE-2017-5932,https://securityvulnerability.io/vulnerability/CVE-2017-5932,,"The path autocompletion feature in Bash 4.4 allows local users to gain privileges via a crafted filename starting with a "" (double quote) character and a command substitution metacharacter.",Gnu,Bash,7.8,HIGH,0.0004199999966658652,false,,false,false,false,,,false,false,,2017-03-27T15:00:00.000Z,0 CVE-2016-9401,https://securityvulnerability.io/vulnerability/CVE-2016-9401,,popd in bash might allow local users to bypass the restricted shell and cause a use-after-free via a crafted address.,Gnu,Bash,5.5,MEDIUM,0.0004199999966658652,false,,false,false,false,,,false,false,,2017-01-23T21:00:00.000Z,0 CVE-2016-7543,https://securityvulnerability.io/vulnerability/CVE-2016-7543,,Bash before 4.4 allows local users to execute arbitrary commands with root privileges via crafted SHELLOPTS and PS4 environment variables.,Gnu,Bash,8.4,HIGH,0.0012199999764561653,false,,false,false,false,,,false,false,,2017-01-19T20:00:00.000Z,0 CVE-2014-6278,https://securityvulnerability.io/vulnerability/CVE-2014-6278,,"GNU Bash through 4.3 bash43-026 does not properly parse function definitions in the values of environment variables, which allows remote attackers to execute arbitrary commands via a crafted environment, as demonstrated by vectors involving the ForceCommand feature in OpenSSH sshd, the mod_cgi and mod_cgid modules in the Apache HTTP Server, scripts executed by unspecified DHCP clients, and other situations in which setting the environment occurs across a privilege boundary from Bash execution. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-6271, CVE-2014-7169, and CVE-2014-6277.",Gnu,Bash,,,0.9734600186347961,false,,false,false,true,2014-09-25T18:26:57.000Z,true,false,false,,2014-09-30T10:00:00.000Z,0 CVE-2014-7186,https://securityvulnerability.io/vulnerability/CVE-2014-7186,,"The redirection implementation in parse.y in GNU Bash through 4.3 bash43-026 allows remote attackers to cause a denial of service (out-of-bounds array access and application crash) or possibly have unspecified other impact via crafted use of here documents, aka the ""redir_stack"" issue.",Gnu,Bash,,,0.9736599922180176,false,,false,false,false,,,false,false,,2014-09-28T19:00:00.000Z,0 CVE-2014-7187,https://securityvulnerability.io/vulnerability/CVE-2014-7187,,"Off-by-one error in the read_token_word function in parse.y in GNU Bash through 4.3 bash43-026 allows remote attackers to cause a denial of service (out-of-bounds array access and application crash) or possibly have unspecified other impact via deeply nested for loops, aka the ""word_lineno"" issue.",Gnu,Bash,,,0.9704800248146057,false,,false,false,false,,,false,false,,2014-09-28T19:00:00.000Z,0 CVE-2014-6277,https://securityvulnerability.io/vulnerability/CVE-2014-6277,,"GNU Bash through 4.3 bash43-026 does not properly parse function definitions in the values of environment variables, which allows remote attackers to execute arbitrary code or cause a denial of service (uninitialized memory access, and untrusted-pointer read and write operations) via a crafted environment, as demonstrated by vectors involving the ForceCommand feature in OpenSSH sshd, the mod_cgi and mod_cgid modules in the Apache HTTP Server, scripts executed by unspecified DHCP clients, and other situations in which setting the environment occurs across a privilege boundary from Bash execution. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-6271 and CVE-2014-7169.",Gnu,Bash,,,0.9710800051689148,false,,false,false,false,,,false,false,,2014-09-27T22:00:00.000Z,0 CVE-2014-7169,https://securityvulnerability.io/vulnerability/CVE-2014-7169,,"GNU Bash through 4.3 bash43-025 processes trailing strings after certain malformed function definitions in the values of environment variables, which allows remote attackers to write to files or possibly have unknown other impact via a crafted environment, as demonstrated by vectors involving the ForceCommand feature in OpenSSH sshd, the mod_cgi and mod_cgid modules in the Apache HTTP Server, scripts executed by unspecified DHCP clients, and other situations in which setting the environment occurs across a privilege boundary from Bash execution. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-6271.",Gnu,Bash,9.8,CRITICAL,0.9043499827384949,true,2022-01-28T00:00:00.000Z,false,false,true,2022-01-28T00:00:00.000Z,true,false,false,,2014-09-25T01:00:00.000Z,0 CVE-2014-6271,https://securityvulnerability.io/vulnerability/CVE-2014-6271,,"GNU Bash through 4.3 processes trailing strings after function definitions in the values of environment variables, which allows remote attackers to execute arbitrary code via a crafted environment, as demonstrated by vectors involving the ForceCommand feature in OpenSSH sshd, the mod_cgi and mod_cgid modules in the Apache HTTP Server, scripts executed by unspecified DHCP clients, and other situations in which setting the environment occurs across a privilege boundary from Bash execution, aka ""ShellShock."" NOTE: the original fix for this issue was incorrect; CVE-2014-7169 has been assigned to cover the vulnerability that is still present after the incorrect fix.",Gnu,Bash,9.8,CRITICAL,0.9721400141716003,true,2022-01-28T00:00:00.000Z,false,false,true,2022-01-28T00:00:00.000Z,true,false,false,,2014-09-24T18:00:00.000Z,0 CVE-2012-3410,https://securityvulnerability.io/vulnerability/CVE-2012-3410,,"Stack-based buffer overflow in lib/sh/eaccess.c in GNU Bash before 4.2 patch 33 might allow local users to bypass intended restricted shell access via a long filename in /dev/fd, which is not properly handled when expanding the /dev/fd prefix.",Gnu,Bash,,,0.0004199999966658652,false,,false,false,false,,,false,false,,2012-08-27T23:55:00.000Z,0 CVE-2010-0002,https://securityvulnerability.io/vulnerability/CVE-2010-0002,,"The /etc/profile.d/60alias.sh script in the Mandriva bash package for Bash 2.05b, 3.0, 3.2, 3.2.48, and 4.0 enables the --show-control-chars option in LS_OPTIONS, which allows local users to send escape sequences to terminal emulators, or hide the existence of a file, via a crafted filename.",Gnu,Bash,,,0.0004199999966658652,false,,false,false,false,,,false,false,,2010-01-14T18:30:00.000Z,0 CVE-1999-0491,https://securityvulnerability.io/vulnerability/CVE-1999-0491,,The prompt parsing in bash allows a local user to execute commands as another user by creating a directory with the name of the command to execute.,Gnu,Bash,,,0.0004199999966658652,false,,false,false,false,,,false,false,,1999-04-20T04:00:00.000Z,0 CVE-1999-1383,https://securityvulnerability.io/vulnerability/CVE-1999-1383,,"(1) bash before 1.14.7, and (2) tcsh 6.05 allow local users to gain privileges via directory names that contain shell metacharacters (` back-tick), which can cause the commands enclosed in the directory name to be executed when the shell expands filenames using the \w option in the PS1 variable.",Gnu,"Bash,Tcsh",,,0.00044999999227002263,false,,false,false,false,,,false,false,,1996-09-13T04:00:00.000Z,0