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":May 15, 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
227761 9.3 危険 quiksoft - QuikSoft EasyMail MailStore ActiveX コントロールの emmailstore.dll におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2008-6447 2012-12-20 19:10 2009-03-9 Show GitHub Exploit DB Packet Storm
227762 7.5 危険 yourplace - YourPlace における脆弱性 CWE-287
不適切な認証
CVE-2008-6445 2012-12-20 19:10 2009-03-9 Show GitHub Exploit DB Packet Storm
227763 7.5 危険 phpkf - phpKF の forum_duzen.php における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2008-6443 2012-12-20 19:10 2009-03-9 Show GitHub Exploit DB Packet Storm
227764 5.8 警告 sina - Sina Inc. DLoader Class ActiveX コントロールにおける任意のファイルを上書きされる脆弱性 CWE-Other
その他
CVE-2008-6442 2012-12-20 19:10 2009-03-9 Show GitHub Exploit DB Packet Storm
227765 4.3 警告 phpsqlitecms - phpSQLiteCMS におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2008-6435 2012-12-20 19:10 2009-03-6 Show GitHub Exploit DB Packet Storm
227766 7.5 危険 psychostats - PsychoStats における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2008-6422 2012-12-20 19:10 2009-03-6 Show GitHub Exploit DB Packet Storm
227767 7.5 危険 socialsitegenerator - Social Site Generator の social_game_play.php における PHP リモートファイルインクルージョンの脆弱性 CWE-94
コード・インジェクション
CVE-2008-6421 2012-12-20 19:10 2009-03-6 Show GitHub Exploit DB Packet Storm
227768 5 警告 socialsitegenerator - Social Site Generator における任意のファイルを読まれる脆弱性 CWE-200
情報漏えい
CVE-2008-6420 2012-12-20 19:10 2009-03-6 Show GitHub Exploit DB Packet Storm
227769 7.5 危険 socialsitegenerator - Social Site Generator における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2008-6419 2012-12-20 19:10 2009-03-6 Show GitHub Exploit DB Packet Storm
227770 7.5 危険 torrenttrader - TorrentTrader の scrape.php における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2008-6418 2012-12-20 19:10 2009-03-6 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 15, 2026, 4:28 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
214761 5.3 MEDIUM
Network
mozilla firefox Cross-origin images can be read in violation of the same-origin policy by exporting an image after using createImageBitmap to read the image and then rendering the resulting bitmap image within a can… CWE-346
 Origin Validation Error
CVE-2019-9797 2024-11-21 13:52 2019-04-27 Show GitHub Exploit DB Packet Storm
214762 5.3 MEDIUM
Network
mozilla firefox
firefox_esr
thunderbird
Firefox will accept any registered Program ID as an external protocol handler and offer to launch this local application when given a matching URL on Windows operating systems. This should only happe… CWE-20
 Improper Input Validation 
CVE-2019-9801 2024-11-21 13:52 2019-04-27 Show GitHub Exploit DB Packet Storm
214763 9.8 CRITICAL
Network
mozilla firefox
firefox_esr
thunderbird
A use-after-free vulnerability can occur when the SMIL animation controller incorrectly registers with the refresh driver twice when only a single registration is expected. When a registration is lat… CWE-416
 Use After Free
CVE-2019-9796 2024-11-21 13:52 2019-04-27 Show GitHub Exploit DB Packet Storm
214764 9.8 CRITICAL
Network
mozilla firefox
firefox_esr
thunderbird
A vulnerability where type-confusion in the IonMonkey just-in-time (JIT) compiler could potentially be used by malicious JavaScript to trigger a potentially exploitable crash. This vulnerability affe… CWE-617
CWE-843
 Reachable Assertion
Type Confusion
CVE-2019-9795 2024-11-21 13:52 2019-04-27 Show GitHub Exploit DB Packet Storm
214765 9.8 CRITICAL
Network
mozilla firefox
firefox_esr
thunderbird
A vulnerability was discovered where specific command line arguments are not properly discarded during Firefox invocation as a shell handler for URLs. This could be used to retrieve and execute files… CWE-88
Argument Injection
CVE-2019-9794 2024-11-21 13:52 2019-04-27 Show GitHub Exploit DB Packet Storm
214766 5.9 MEDIUM
Network
mozilla firefox
firefox_esr
thunderbird
A mechanism was discovered that removes some bounds checking for string, array, or typed array accesses if Spectre mitigations have been disabled. This vulnerability could allow an attacker to create… CWE-119
Incorrect Access of Indexable Resource ('Range Error') 
CVE-2019-9793 2024-11-21 13:52 2019-04-27 Show GitHub Exploit DB Packet Storm
214767 9.8 CRITICAL
Network
mozilla
redhat
firefox
firefox_esr
thunderbird
enterprise_linux
enterprise_linux_eus
enterprise_linux_server_tus
enterprise_linux_server_aus
The IonMonkey just-in-time (JIT) compiler can leak an internal JS_OPTIMIZED_OUT magic value to the running script during a bailout. This magic value can then be used by JavaScript to achieve memory c… CWE-787
 Out-of-bounds Write
CVE-2019-9792 2024-11-21 13:52 2019-04-27 Show GitHub Exploit DB Packet Storm
214768 9.8 CRITICAL
Network
mozilla thunderbird
firefox
firefox_esr
A use-after-free vulnerability can occur when a raw pointer to a DOM element on a page is obtained using JavaScript and the element is then removed while still in use. This results in a potentially e… CWE-416
 Use After Free
CVE-2019-9790 2024-11-21 13:52 2019-04-27 Show GitHub Exploit DB Packet Storm
214769 9.8 CRITICAL
Network
mozilla firefox Mozilla developers and community members reported memory safety bugs present in Firefox 65. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of… CWE-787
 Out-of-bounds Write
CVE-2019-9789 2024-11-21 13:52 2019-04-27 Show GitHub Exploit DB Packet Storm
214770 9.8 CRITICAL
Network
mozilla
redhat
firefox
firefox_esr
thunderbird
enterprise_linux
enterprise_linux_eus
enterprise_linux_server_tus
enterprise_linux_server_aus
The type inference system allows the compilation of functions that can cause type confusions between arbitrary objects when compiled through the IonMonkey just-in-time (JIT) compiler and when the con… CWE-843
Type Confusion
CVE-2019-9791 2024-11-21 13:52 2019-04-27 Show GitHub Exploit DB Packet Storm