Use for questions related to CPU hardware issue (common on Intel CPUs) which was discovered in mid 2017 and became public in January 2018 - CVE-20175754
Meltdown is a hardware issue affecting almost all CPUs from 2013 onwards (as of Jan 2018) There is no fix for the problem, however there are OS workarounds which disable KPTI, which may have a performance impact depending on the type of load.
The core of the issue has to do with the way Intel CPUs make guesses about what instructions are going to be executed (branch prediction). By carefully timing operations it is possible for a program to infer information about areas of RAM it should not have access to.
This can lead to passwords/pass phrases/keys being stolen. It is primarily a problem in virtualised environments - unknown parties get access to a single VM may be able to infer information to get access to other VM's on the same host.