Vulnerability Search Top
Show Search Menu
Vendor Name
プロダクト・サービス名
Title
CVE
Urgent
Important
Warning
Warning
CWE
公開-検索開始年
公開-検索開始月
公開-検索開始日
公開-検索終了年
公開-検索終了月
公開-検索終了日
レベルソート
In descending order of publication date
In descending order of update date
Number of items displayed

You can search for vulnerabilities managed by JVN (Japan Vulnerability Note) and NVD (National Vulnerability Database).
Search keywords must be entered in English otherwise will not be searched in both JVN and NVD.

To search by CWE, please refer to the CWE Overview and check the CWE number.

  • Urgent
  • Important
  • Warning
  • Low
JVN Vulnerability Information

Update Date":June 7, 2026, 6 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
249411 7.2 危険 VMware - VMware vMA における権限を取得される脆弱性 CWE-Other
その他
CVE-2012-2752 2012-06-5 10:59 2012-05-25 Show GitHub Exploit DB Packet Storm
249412 7.5 危険 DELL EMC (旧 EMC Corporation) - EMC AutoStart におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2012-0409 2012-06-5 10:58 2012-06-1 Show GitHub Exploit DB Packet Storm
249413 7.5 危険 Sympa - Sympa の投稿保管庫管理ページにおける任意の投稿保管庫を操作される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2012-2352 2012-06-4 14:27 2012-05-31 Show GitHub Exploit DB Packet Storm
249414 5 警告 Canonical - Ubuntu で使用される Update Manager におけるレポジトリ証明書を読まれる脆弱性 CWE-200
情報漏えい
CVE-2012-0949 2012-06-4 14:03 2012-05-31 Show GitHub Exploit DB Packet Storm
249415 10 危険 Mozilla Foundation - 複数の Mozilla 製品におけるサービス運用妨害 (DoS) の脆弱性 CWE-DesignError
CVE-2012-0444 2012-06-1 14:19 2012-01-31 Show GitHub Exploit DB Packet Storm
249416 7.8 危険 シスコシステムズ - Cisco ASR 9000 および CRS シリーズの Cisco IOS XR におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2012-2488 2012-06-1 14:14 2012-05-30 Show GitHub Exploit DB Packet Storm
249417 6.8 警告 TYPO3 Association - TYPO3 の fileDenyPattern 機能におけるアクセス制限を回避される脆弱性 CWE-20
不適切な入力確認
CVE-2010-5099 2012-06-1 13:50 2010-12-16 Show GitHub Exploit DB Packet Storm
249418 2.6 注意 株式会社バンダイナムコゲームス - 魔法少女まどか☆マギカ iP for Android における情報漏えいの脆弱性 CWE-200
情報漏えい
CVE-2012-2630 2012-06-1 12:04 2012-06-1 Show GitHub Exploit DB Packet Storm
249419 7.5 危険 Segue Project - Segue における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2012-1255 2012-06-1 12:03 2012-06-1 Show GitHub Exploit DB Packet Storm
249420 4.3 警告 Segue Project - Segue におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2012-1254 2012-06-1 12:02 2012-06-1 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 7, 2026, 4:13 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
209571 6.5 MEDIUM
Network
mozilla firefox By attempting to connect a website using an unresponsive port, an attacker could have controlled the content of a tab while the URL bar displayed the original domain. *Note: This issue only affects F… NVD-CWE-noinfo
CVE-2020-26977 2024-11-21 14:20 2021-01-7 Show GitHub Exploit DB Packet Storm
209572 6.5 MEDIUM
Network
mozilla
debian
firefox
debian_linux
When a HTTPS pages was embedded in a HTTP page, and there was a service worker registered for the former, the service worker could have intercepted the request for the secure page despite the iframe … NVD-CWE-noinfo
CVE-2020-26976 2024-11-21 14:20 2021-01-7 Show GitHub Exploit DB Packet Storm
209573 6.5 MEDIUM
Network
mozilla firefox When a malicious application installed on the user's device broadcast an Intent to Firefox for Android, arbitrary headers could have been specified, leading to attacks such as abusing ambient authori… NVD-CWE-noinfo
CVE-2020-26975 2024-11-21 14:20 2021-01-7 Show GitHub Exploit DB Packet Storm
209574 8.8 HIGH
Network
mozilla firefox_esr
thunderbird
firefox
When flex-basis was used on a table wrapper, a StyleGenericFlexBasis object could have been incorrectly cast to the wrong type. This resulted in a heap user-after-free, memory corruption, and a poten… CWE-787
 Out-of-bounds Write
CVE-2020-26974 2024-11-21 14:20 2021-01-7 Show GitHub Exploit DB Packet Storm
209575 8.8 HIGH
Network
mozilla firefox_esr
thunderbird
firefox
Certain input to the CSS Sanitizer confused it, resulting in incorrect components being removed. This could have been used as a sanitizer bypass. This vulnerability affects Firefox < 84, Thunderbird … NVD-CWE-noinfo
CVE-2020-26973 2024-11-21 14:20 2021-01-7 Show GitHub Exploit DB Packet Storm
209576 9.8 CRITICAL
Network
mozilla firefox The lifecycle of IPC Actors allows managed actors to outlive their manager actors; and the former must ensure that they are not attempting to use a dead actor they have a reference to. Such a check w… CWE-416
 Use After Free
CVE-2020-26972 2024-11-21 14:20 2021-01-7 Show GitHub Exploit DB Packet Storm
209577 8.8 HIGH
Network
mozilla firefox_esr
thunderbird
firefox
Certain blit values provided by the user were not properly constrained leading to a heap buffer overflow on some video drivers. This vulnerability affects Firefox < 84, Thunderbird < 78.6, and Firefo… CWE-787
 Out-of-bounds Write
CVE-2020-26971 2024-11-21 14:20 2021-01-7 Show GitHub Exploit DB Packet Storm
209578 6.1 MEDIUM
Network
formstone formstone Formstone <=1.4.16 is vulnerable to a Reflected Cross-Site Scripting (XSS) vulnerability caused by improper validation of user supplied input in the upload-target.php and upload-chunked.php files. A … CWE-79
Cross-site Scripting
CVE-2020-26768 2024-11-21 14:20 2021-01-7 Show GitHub Exploit DB Packet Storm
209579 5.3 MEDIUM
Network
redlion crimson An attacker could send a specially crafted message to Crimson 3.1 (Build versions prior to 3119.001) that could leak arbitrary memory locations. CWE-404
 Improper Resource Shutdown or Release
CVE-2020-27283 2024-11-21 14:20 2021-01-7 Show GitHub Exploit DB Packet Storm
209580 7.5 HIGH
Network
redlion crimson A NULL pointer deference vulnerability has been identified in the protocol converter. An attacker could send a specially crafted packet that could reboot the device running Crimson 3.1 (Build version… CWE-476
 NULL Pointer Dereference
CVE-2020-27279 2024-11-21 14:20 2021-01-7 Show GitHub Exploit DB Packet Storm