ended6월 5일· 1 sources
Shellshock: When HTTP Headers Execute Linux Commands
Shellshock: HTTP 헤더가 Linux 명령어를 실행하다
Why it matters
Shellshock, a 2014 vulnerability, demonstrated that HTTP headers could be weaponized to execute arbitrary commands on Linux servers by exploiting how Bash processes environment variables. The flaw emerged in the trust chain between web protocols and operating systems: CGI applications passed HTTP header data as environment variables, which Bash would interpret as executable code. This vulnerability fundamentally reshaped how developers approach input validation and shell security.
1
Sources
+0
24h
—
Growth
42d
Active
ShellshockHTTP HeaderLinux exploitBashCGICommand execution