Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
bash
bug1130324-CVE-2019-9924.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bug1130324-CVE-2019-9924.patch of Package bash
CVE-2019-9924: bash: BASH_CMD is writable in restricted bash shells --- variables.c | 7 +++++++ 1 file changed, 7 insertions(+) --- variables.c +++ variables.c 2019-03-25 13:06:11.081831531 +0000 @@ -1603,6 +1603,13 @@ assign_hashcmd (self, value, ind, key) arrayind_t ind; char *key; { +#if defined (RESTRICTED_SHELL) + if (restricted && strchr (value, '/')) + { + sh_restricted (value); + return (SHELL_VAR *)NULL; + } +#endif phash_insert (key, value, 0, 0); return (build_hashcmd (self)); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor