Enterprise Vulnerabilities
From DHS/US-CERT's National Vulnerability Database
CVE-2022-30333PUBLISHED: 2022-05-09RARLAB UnRAR before 6.12 on Linux and UNIX allows directory traversal to write to files during an extract (aka unpack) operation, as demonstrated by creating a ~/.ssh/authorized_keys file. NOTE: WinRAR and Android RAR are unaffected.
CVE-2022-23066PUBLISHED: 2022-05-09
In Solana rBPF versions 0.2.26 and 0.2.27 are affected by Incorrect Calculation which is caused by improper implementation of sdiv instruction. This can lead to the wrong execution path, resulting in huge loss in specific cases. For example, the result of a sdiv instruction may decide whether to tra...
CVE-2022-28463PUBLISHED: 2022-05-08ImageMagick 7.1.0-27 is vulnerable to Buffer Overflow.
CVE-2022-28470PUBLISHED: 2022-05-08marcador package in PyPI 0.1 through 0.13 included a code-execution backdoor.
CVE-2022-1620PUBLISHED: 2022-05-08NULL Pointer Dereference in function vim_regexec_string at regexp.c:2729 in GitHub repository vim/vim prior to 8.2.4901. NULL Pointer Dereference in function vim_regexec_string at regexp.c:2729 allows attackers to cause a denial of service (application crash) via a crafted input.
User Rank: Apprentice
6/9/2012 | 8:50:52 PM
Using MD5 is a standard encryption process, salted hashes should have been implemented and would have made the decryption much more difficult. See the wikipedia article for more information.
What the hackers did is convert the hashed password back into the text password using various processes including rainbow tables.
A simple explanation is if I make a password of "2Paramount109"and convert it to an MD5 hash, I get a 16 byte string of Hexadecimal characters that are the same no matter what MD5 conversion I use.
If I now have a list of MD5 hashes, I can see which ones match a table of pre-converted passwords. These huge tables of pre-converted passwords are called rainbow tables and can be generated using software at home, or purchased online.
They didn't actually try different login / password combinations on the live website, which could have locked them out of the website.
References:
http://en.wikipedia.org/wiki/M...