In no particular order...
The main theater for the cybersecurity wars going on right now is the Internet, and most of that is running on Linux/Unix systems written primarily in C. So learn C at some point, and learn it well. Learning to work with Linux/Unix (or a Mac, since OSX is BSD Unix under the hood), plus some basics on networking concepts and terminology couldn't hurt, either.
The most dangerous security vulnerabilities are exploited through remote code execution, that operates at the assembly language level. Learn assembly language for x86/x64 Intel processors, and at least one other architecture (ARM, MIPS, Power, etc.)
A good, high-level language is also useful. I like Python a lot for this, but Perl has been a popular choice, on Unix/Linux systems particularly. Not my favorite, mind you, but I do like Perl's motto: "There is More Than One Way to Do It."
One way to get some Linux experience, and get a playground where you can learn ARM assembly language, is to get a Rasberry Pi. Save up for a starter kit rather than the bare $35 board. You'll spend as much on discrete components yourself and won't get instructions. Beware that, even with newer models featuring a 900 MHz 4-core processor, you'll be running significantly slower than any desktop or notebook. The $85 "Ultimate" kit from Vilros will also give you a breadboard where you can experiment with hardware-level programming. This is much like the domain that BIOS and embedded network firmware runs in.