Celah Keamanan Escape Sequence Injection pada WEBrick
• Kunto Aji - Last modified atWEBrick, yang merupakan bagian dari library resmi dari Ruby, telah ditemukan celah keamanan, yaitu memungkinkan attacker melakukan malicious escape sequences injection ke file log WEBrick. Dengan begitu, hal ini memungkinkan karakter kontrol yang berbahaya dieksekusi pada terminal emulator korban.
Berikut contoh memunculkan bug ini.
Versi-versi Ruby yang memiliki celah keamanan ini:
- Ruby 1.8.6 patchlevel 383 dan versi-versi sebelumnya
- Ruby 1.8.7 patchlevel 248 dan versi-versi sebelumnya
- Versi development dari Ruby 1.8 (1.8.8dev)
- Ruby 1.9.1 patchlevel 376 dan versi-versi sebelumnya
- Versi development dari Ruby 1.9 (1.9.2dev)
Solusi
Gunakan versi ruby berikut untuk mengatasi bug ini.
Untuk Ruby 1.8.7, Update ke 1.8.7 pl. 249.
- ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p249.tar.gz
- ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p249.tar.bz2
- ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p249.zip
Untuk Ruby 1.9.1, update ke 1.9.1 pl. 378.
- ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p378.tar.gz
- ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p378.tar.bz2
- ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p378.zip
Untuk Ruby 1.8.6, update ke 1.8.6 pl. 388.
Recent Posts
How to Defend Against Brute-Force and DoS Attacks with Fail2ban, Nginx limit_req, and iptables
In this tutorial, I’ll explain how to protect your public-facing Linux server and Nginx web server from common threats, including brute-force and DoS attacks.
Is Getting AWS Solutions Architect Associate Certification Worth It?
If you are a full-time Software Engineer, there's no strong need to pursue this certification.
DevSecOps
My Notes about DevSecOps
AWS Secrets Manager
Explanation about AWS Secrets Manager with example code.
Envelope Encryption
Envelope encryption is the practice of encrypting plaintext data with a data key, and then encrypting the data key under another key.