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 31, 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
228171 7.5 危険 tourismscripts - Tourism Script Bus Script における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2009-4618 2012-12-20 19:28 2010-01-18 Show GitHub Exploit DB Packet Storm
228172 7.5 危険 tourismscripts - Tourism Script Accommodation Hotel Booking Portal Script における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2009-4617 2012-12-20 19:28 2010-01-18 Show GitHub Exploit DB Packet Storm
228173 7.2 危険 south river technologies - South River Technologies WebDrive におけるサービスを停止される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2009-4606 2012-12-20 19:28 2010-01-13 Show GitHub Exploit DB Packet Storm
228174 5 警告 The phpMyAdmin Project - phpMyAdmin の scripts/setup.php におけるクロスサイトリクエストフォージェリ (CSRF) 攻撃を実行される脆弱性 CWE-DesignError
CVE-2009-4605 2012-12-20 19:28 2010-01-15 Show GitHub Exploit DB Packet Storm
228175 5 警告 SAP - SAP Kernel の sapstartsrv.exe におけるサービス運用妨害 (DoS) の脆弱性 CWE-noinfo
情報不足
CVE-2009-4603 2012-12-20 19:28 2010-01-12 Show GitHub Exploit DB Packet Storm
228176 4.3 警告 zeeways - Zeeways ZeeJobsite の basic_search_result.php におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2009-4601 2012-12-20 19:28 2010-01-12 Show GitHub Exploit DB Packet Storm
228177 7.5 危険 phpwares - PHP Inventory の index.php における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2009-4597 2012-12-20 19:28 2010-01-12 Show GitHub Exploit DB Packet Storm
228178 4.3 警告 phpwares - PHP Inventory の index.php におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2009-4596 2012-12-20 19:28 2010-01-12 Show GitHub Exploit DB Packet Storm
228179 6 警告 phpwares - PHP Inventory の index.php における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2009-4595 2012-12-20 19:28 2010-01-12 Show GitHub Exploit DB Packet Storm
228180 4.3 警告 wowd - Wowd クライアントの index.html におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2009-4586 2012-12-20 19:28 2010-01-7 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 1, 2026, 4:12 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
208051 6.5 MEDIUM
Network
mozilla firefox
firefox_esr
thunderbird
When DNS over HTTPS is in use, it intentionally filters RFC1918 and related IP ranges from the responses as these do not make sense coming from a DoH resolver. However when an IPv4 address was mapped… NVD-CWE-noinfo
CVE-2020-26961 2024-11-21 14:20 2020-12-9 Show GitHub Exploit DB Packet Storm
208052 8.8 HIGH
Network
mozilla firefox
firefox_esr
thunderbird
If the Compact() method was called on an nsTArray, the array could have been reallocated without updating other pointers, leading to a potential use-after-free and exploitable crash. This vulnerabili… CWE-416
 Use After Free
CVE-2020-26960 2024-11-21 14:20 2020-12-9 Show GitHub Exploit DB Packet Storm
208053 8.8 HIGH
Network
mozilla firefox
firefox_esr
thunderbird
During browser shutdown, reference decrementing could have occured on a previously freed object, resulting in a use-after-free, memory corruption, and a potentially exploitable crash. This vulnerabil… CWE-416
 Use After Free
CVE-2020-26959 2024-11-21 14:20 2020-12-9 Show GitHub Exploit DB Packet Storm
208054 6.1 MEDIUM
Network
mozilla firefox
firefox_esr
thunderbird
Firefox did not block execution of scripts with incorrect MIME types when the response was intercepted and cached through a ServiceWorker. This could lead to a cross-site script inclusion vulnerabili… CWE-79
Cross-site Scripting
CVE-2020-26958 2024-11-21 14:20 2020-12-9 Show GitHub Exploit DB Packet Storm
208055 6.5 MEDIUM
Network
mozilla firefox OneCRL was non-functional in the new Firefox for Android due to a missing service initialization. This could result in a failure to enforce some certificate revocations. *Note: This issue only affect… CWE-665
 Improper Initialization
CVE-2020-26957 2024-11-21 14:20 2020-12-9 Show GitHub Exploit DB Packet Storm
208056 6.1 MEDIUM
Network
mozilla firefox
firefox_esr
thunderbird
In some cases, removing HTML elements during sanitization would keep existing SVG event handlers and therefore lead to XSS. This vulnerability affects Firefox < 83, Firefox ESR < 78.5, and Thunderbir… CWE-79
Cross-site Scripting
CVE-2020-26956 2024-11-21 14:20 2020-12-9 Show GitHub Exploit DB Packet Storm
208057 6.5 MEDIUM
Network
mozilla firefox When a user downloaded a file in Firefox for Android, if a cookie is set, it would have been re-sent during a subsequent file download operation on the same domain, regardless of whether the original… CWE-565
 Reliance on Cookies without Validation and Integrity Checking
CVE-2020-26955 2024-11-21 14:20 2020-12-9 Show GitHub Exploit DB Packet Storm
208058 4.3 MEDIUM
Network
mozilla firefox When accepting a malicious intent from other installed apps, Firefox for Android accepted manifests from arbitrary file paths and allowed declaring webapp manifests for other origins. This could be u… NVD-CWE-Other
CVE-2020-26954 2024-11-21 14:20 2020-12-9 Show GitHub Exploit DB Packet Storm
208059 4.3 MEDIUM
Network
mozilla firefox
firefox_esr
thunderbird
It was possible to cause the browser to enter fullscreen mode without displaying the security UI; thus making it possible to attempt a phishing attack or otherwise confuse the user. This vulnerabilit… CWE-1021
 Improper Restriction of Rendered UI Layers or Frames
CVE-2020-26953 2024-11-21 14:20 2020-12-9 Show GitHub Exploit DB Packet Storm
208060 8.8 HIGH
Network
mozilla firefox Incorrect bookkeeping of functions inlined during JIT compilation could have led to memory corruption and a potentially exploitable crash when handling out-of-memory errors. This vulnerability affect… CWE-787
 Out-of-bounds Write
CVE-2020-26952 2024-11-21 14:20 2020-12-9 Show GitHub Exploit DB Packet Storm