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: Strategist
3/15/2015 | 3:43:27 AM
I went to the Exploit Db, a site which has proven exploits available for penetration testing. I see a few dozen pages worth of exploits between what I would say is its inception, and the vast majority of which are confirmed. By most standards that's a large number of proven exploits. Granted, a properly patched system is not susceptible to most, if not all of those. Checks for patches would have to be done a very regular basis, though.
If I was running a Wordpress site, I would be huge on keeping that system patched (automatic updates if possible). I also remember reading a couple months back that a lot of the issues are with plugins. Me, I'd stay away from them. A quick scan of the Exploit DB list shows many are plugin-related exploits.
Security Focus is another good site. That'll should vulnerability information with sample programs and if patches are available. Very neat stuff.
Stay safe! Andy