|
You can search for vulnerabilities managed by JVN (Japan Vulnerability Note) and NVD (National Vulnerability Database). |
Update Date":May 20, 2026, 10 a.m.
| No | CVSS | Level Attach Vector |
Vendor Name | Project Name | Title | CWE | CVE | Update Date | Publication Date | Impact Show |
Exploit PoC Search |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 226381 | 4.7 | 警告 | サイバートラスト株式会社 VMware Linux レッドハット |
- | Linux Kernel の processcompl_compat 関数における重要な情報を取得される脆弱性 |
CWE-399
リソース管理の問題 |
CVE-2010-1083 | 2012-12-26 11:47 | 2010-04-6 | Show | GitHub Exploit DB Packet Storm |
| 226382 | 5 | 警告 | サイバートラスト株式会社 VMware Python Software Foundation レッドハット |
- | Python の CGIHTTPServer モジュール内にある is_cgi メソッドにおけるスクリプトのソースコードを読まれる脆弱性 |
CWE-200
情報漏えい |
CVE-2011-1015 | 2012-12-26 10:43 | 2009-04-6 | Show | GitHub Exploit DB Packet Storm |
| 226383 | 4.3 | 警告 | サイバートラスト株式会社 VMware Python Software Foundation レッドハット |
- | Python の smtpd モジュール内にある smtpd.py におけるサービス運用妨害 (Daemon Outage) の脆弱性 |
CWE-362
競合状態 |
CVE-2010-3493 | 2012-12-26 10:41 | 2010-08-23 | Show | GitHub Exploit DB Packet Storm |
| 226384 | 2.6 | 注意 | レッドハット VMware Samba Project |
- | Samba Web Administration Tool におけるクロスサイトスクリプティングの脆弱性 |
CWE-79
クロスサイト・スクリプティング(XSS) |
CVE-2011-2694 | 2012-12-26 10:27 | 2011-07-26 | Show | GitHub Exploit DB Packet Storm |
| 226385 | 3.3 | 注意 | レッドハット VMware Samba Project |
- | Samba の smbfs における /etc/mtab ファイルを改ざんされる脆弱性 |
CWE-16
環境設定 |
CVE-2011-1678 | 2012-12-26 10:24 | 2011-04-10 | Show | GitHub Exploit DB Packet Storm |
| 226386 | 5.7 | 警告 | VMware Linux |
- | Linux kernel の napi_reuse_skb 関数におけるサービス運用妨害 (NULL ポインタデリファレンス) の脆弱性 |
CWE-Other
その他 |
CVE-2011-1478 | 2012-12-25 18:45 | 2011-10-12 | Show | GitHub Exploit DB Packet Storm |
| 226387 | 4.9 | 警告 | サイバートラスト株式会社 VMware Linux レッドハット |
- | Linux kernel の fs/nfs/nfs4proc.c 内にある __nfs4_proc_set_acl 関数における脆弱性 |
CWE-399
リソース管理の問題 |
CVE-2011-1090 | 2012-12-25 18:42 | 2011-05-9 | Show | GitHub Exploit DB Packet Storm |
| 226388 | 4.9 | 警告 | サイバートラスト株式会社 VMware Linux レッドハット |
- | Linux kernel の mac_partition 関数におけるバッファオーバーフローの脆弱性 |
CWE-119
バッファエラー |
CVE-2011-1010 | 2012-12-25 18:41 | 2011-02-24 | Show | GitHub Exploit DB Packet Storm |
| 226389 | 2.1 | 注意 | VMware Linux レッドハット |
- | Linux kernel の task_show_regs 関数における任意プロセスのレジスタ値を取得される脆弱性 |
CWE-200
情報漏えい |
CVE-2011-0710 | 2012-12-25 18:39 | 2011-02-18 | Show | GitHub Exploit DB Packet Storm |
| 226390 | 6.9 | 警告 | サイバートラスト株式会社 VMware Linux レッドハット |
- | Linux kernel の load_mixer_volumes 関数におけるサービス運用妨害 (DoS) の脆弱性 |
CWE-189
数値処理の問題 |
CVE-2011-0521 | 2012-12-25 18:38 | 2011-02-2 | Show | GitHub Exploit DB Packet Storm |
Update Date:May 20, 2026, 4:14 a.m.
| No | CVSS | Level Attach Vector |
Vendor Name | Project Name | Title | CWE | CVE | Update Date | Publication Date | Show Affected | Exploit PoC Search |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 210081 | 5.9 |
MEDIUM
Network |
gnome debian |
evolution-data-server debian_linux |
In GNOME evolution-data-server before 3.35.91, a malicious server can crash the mail client with a NULL pointer dereference by sending an invalid (e.g., minimal) CAPABILITY line on a connection attem… |
CWE-476
NULL Pointer Dereference |
CVE-2020-16117 | 2024-11-21 14:06 | 2020-07-30 | Show | GitHub Exploit DB Packet Storm |
| 210082 | 6.4 |
MEDIUM
Local |
gnu redhat microsoft canonical debian suse opensuse netapp |
grub2 enterprise_linux enterprise_linux_atomic_host openshift_container_platform windows_server_2012 windows_10 windows_8.1 windows_server_2016 windows_rt_8.1 windows_serve… |
Integer overflows were discovered in the functions grub_cmd_initrd and grub_initrd_init in the efilinux component of GRUB2, as shipped in Debian, Red Hat, and Ubuntu (the functionality is not include… |
CWE-362 CWE-190 Race Condition Integer Overflow or Wraparound |
CVE-2020-15707 | 2024-11-21 14:06 | 2020-07-30 | Show | GitHub Exploit DB Packet Storm |
| 210083 | 6.4 |
MEDIUM
Local |
gnu redhat canonical debian suse microsoft opensuse |
grub2 enterprise_linux ubuntu_linux debian_linux suse_linux_enterprise_server enterprise_linux_atomic_host openshift_container_platform windows_server_2012 windows_10 windo… |
GRUB2 contains a race condition in grub_script_function_create() leading to a use-after-free vulnerability which can be triggered by redefining a function whilst the same function is already executin… |
CWE-362 CWE-416 Race Condition Use After Free |
CVE-2020-15706 | 2024-11-21 14:06 | 2020-07-30 | Show | GitHub Exploit DB Packet Storm |
| 210084 | 6.4 |
MEDIUM
Local |
gnu redhat canonical debian suse opensuse microsoft |
grub2 enterprise_linux ubuntu_linux debian_linux suse_linux_enterprise_server enterprise_linux_atomic_host leap openshift_container_platform windows_server_2012 windows_10<… |
GRUB2 fails to validate kernel signature when booted directly without shim, allowing secure boot to be bypassed. This only affects systems where the kernel signing certificate has been imported direc… |
CWE-347
Improper Verification of Cryptographic Signature |
CVE-2020-15705 | 2024-11-21 14:06 | 2020-07-30 | Show | GitHub Exploit DB Packet Storm |
| 210085 | 6.1 |
MEDIUM
Network |
kitodo | kitodo.presentation | The dlf (aka Kitodo.Presentation) extension before 3.1.2 for TYPO3 allows XSS. |
CWE-79
Cross-site Scripting |
CVE-2020-16095 | 2024-11-21 14:06 | 2020-07-30 | Show | GitHub Exploit DB Packet Storm |
| 210086 | 7.5 |
HIGH
Network |
claws-mail fedoraproject |
claws-mail fedora |
In imap_scan_tree_recursive in Claws Mail through 3.17.6, a malicious IMAP server can trigger stack consumption because of unlimited recursion into subdirectories during a rebuild of the folder tree. |
CWE-674
Uncontrolled Recursion |
CVE-2020-16094 | 2024-11-21 14:06 | 2020-07-29 | Show | GitHub Exploit DB Packet Storm |
| 210087 | 7.5 |
HIGH
Network |
grin | grin | Grin 3.0.0 before 4.0.0 has insufficient validation of data related to Mimblewimble. |
CWE-345
Insufficient Verification of Data Authenticity |
CVE-2020-15899 | 2024-11-21 14:06 | 2020-07-29 | Show | GitHub Exploit DB Packet Storm |
| 210088 | 9.8 |
CRITICAL
Network |
artifex canonical opensuse |
ghostscript ubuntu_linux leap |
A memory corruption issue was found in Artifex Ghostscript 9.50 and 9.52. Use of a non-standard PostScript operator can allow overriding of file access controls. The 'rsearch' calculation for the 'po… |
CWE-787 CWE-191 Out-of-bounds Write Integer Underflow (Wrap or Wraparound) |
CVE-2020-15900 | 2024-11-21 14:06 | 2020-07-29 | Show | GitHub Exploit DB Packet Storm |
| 210089 | 5.3 |
MEDIUM
Local |
qemu debian canonical |
qemu debian_linux ubuntu_linux |
hw/net/xgmac.c in the XGMAC Ethernet controller in QEMU before 07-20-2020 has a buffer overflow. This occurs during packet transmission and affects the highbank and midway emulated machines. A guest … |
CWE-787
Out-of-bounds Write |
CVE-2020-15863 | 2024-11-21 14:06 | 2020-07-29 | Show | GitHub Exploit DB Packet Storm |
| 210090 | 9.9 |
CRITICAL
Network |
rconfig | rconfig | rConfig 3.9.5 could allow a remote authenticated attacker to execute arbitrary code on the system, because of an error in the search.crud.php script. An attacker could exploit this vulnerability usin… |
NVD-CWE-noinfo
|
CVE-2020-15715 | 2024-11-21 14:06 | 2020-07-28 | Show | GitHub Exploit DB Packet Storm |