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 30, 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
250591 6.8 警告 OrangeHRM - OrangeHRM におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2010-4798 2012-03-27 18:42 2011-04-26 Show GitHub Exploit DB Packet Storm
250592 7.5 危険 truworthit - Truworth Flex Timesheet のログインフォームにおける SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2010-4797 2012-03-27 18:42 2011-04-26 Show GitHub Exploit DB Packet Storm
250593 7.5 危険 phpyun - PHPYun における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2010-4796 2012-03-27 18:42 2011-04-26 Show GitHub Exploit DB Packet Storm
250594 7.5 危険 joomlaseller
Joomla!
- Joomla! の com_jscalendar コンポーネントにおける SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2010-4795 2012-03-27 18:42 2011-04-26 Show GitHub Exploit DB Packet Storm
250595 4.3 警告 joomlaseller
Joomla!
- Joomla! の com_jscalendar コンポーネントにおけるクロスサイトスクリプティング脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2010-4794 2012-03-27 18:42 2011-04-26 Show GitHub Exploit DB Packet Storm
250596 7.5 危険 site2nite - Site2Nite Auto e-Manager の detail.asp における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2010-4793 2012-03-27 18:42 2011-04-26 Show GitHub Exploit DB Packet Storm
250597 4.3 警告 openit - OPEN IT OverLook の title.php におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2010-4792 2012-03-27 18:42 2011-04-26 Show GitHub Exploit DB Packet Storm
250598 4 警告 IBM - IBM WCM のオーサリングツールにおけるドラフト生成のアクセス制限を回避する脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2010-4806 2012-03-27 18:42 2010-11-16 Show GitHub Exploit DB Packet Storm
250599 7.5 危険 marcusg - PHP-Fusion の MG User-Fotoalbum モジュールにおける SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2010-4791 2012-03-27 18:42 2011-04-26 Show GitHub Exploit DB Packet Storm
250600 5.8 警告 in-mediakg - FilterFTP におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2010-4790 2012-03-27 18:42 2011-04-26 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 31, 2026, 4:16 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
201841 6.5 MEDIUM
Network
mozilla
canonical
thunderbird
ubuntu_linux
If a user saved passwords before Thunderbird 60 and then later set a master password, an unencrypted copy of these passwords is still accessible. This is because the older stored password file was no… CWE-312
CWE-459
CWE-522
 Cleartext Storage of Sensitive Information
 Incomplete Cleanup
 Insufficiently Protected Credentials
CVE-2020-6794 2024-11-21 14:36 2020-03-2 Show GitHub Exploit DB Packet Storm
201842 6.5 MEDIUM
Network
mozilla thunderbird When processing an email message with an ill-formed envelope, Thunderbird could read data from a random memory location. This vulnerability affects Thunderbird < 68.5. CWE-908
 Use of Uninitialized Resource
CVE-2020-6793 2024-11-21 14:36 2020-03-2 Show GitHub Exploit DB Packet Storm
201843 4.3 MEDIUM
Network
mozilla
canonical
thunderbird
ubuntu_linux
When deriving an identifier for an email message, uninitialized memory was used in addition to the message contents. This vulnerability affects Thunderbird < 68.5. CWE-908
CWE-909
 Use of Uninitialized Resource
 Missing Initialization of Resource
CVE-2020-6792 2024-11-21 14:36 2020-03-2 Show GitHub Exploit DB Packet Storm
201844 6.1 MEDIUM
Network
mozilla webthings_gateway A reflected XSS vulnerability exists within the gateway, allowing an attacker to craft a specialized URL which could steal the user's authentication token. When combined with CVE-2020-6803, an attack… CWE-79
Cross-site Scripting
CVE-2020-6804 2024-11-21 14:36 2020-02-29 Show GitHub Exploit DB Packet Storm
201845 6.1 MEDIUM
Network
mozilla webthings_gateway An open redirect is present on the gateway's login page, which could cause a user to be redirected to a malicious site after logging in. CWE-601
Open Redirect
CVE-2020-6803 2024-11-21 14:36 2020-02-29 Show GitHub Exploit DB Packet Storm
201846 5.3 MEDIUM
Network
php
tenable
debian
opensuse
php
tenable.sc
debian_linux
leap
In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when creating PHAR archive using PharData::buildFromIterator() function, the files are added with default permissions (06… CWE-281
 Improper Preservation of Permissions
CVE-2020-7063 2024-11-21 14:36 2020-02-28 Show GitHub Exploit DB Packet Storm
201847 7.5 HIGH
Network
php
opensuse
debian
canonical
php
leap
debian_linux
ubuntu_linux
In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when using file upload functionality, if upload progress tracking is enabled, but session.upload_progress.cleanup is set … CWE-476
 NULL Pointer Dereference
CVE-2020-7062 2024-11-21 14:36 2020-02-28 Show GitHub Exploit DB Packet Storm
201848 9.1 CRITICAL
Network
php
tenable
php
tenable.sc
In PHP versions 7.3.x below 7.3.15 and 7.4.x below 7.4.3, while extracting PHAR files on Windows using phar extension, certain content inside PHAR file could lead to one-byte read past the allocated … CWE-125
Out-of-bounds Read
CVE-2020-7061 2024-11-21 14:36 2020-02-28 Show GitHub Exploit DB Packet Storm
201849 9.1 CRITICAL
Network
openfortivpn_project
fedoraproject
opensuse
openfortivpn
fedora
leap
backports_sle
An issue was discovered in openfortivpn 1.11.0 when used with OpenSSL before 1.0.2. tunnel.c mishandles certificate validation because hostname comparisons do not consider '\0' characters, as demonst… CWE-295
Improper Certificate Validation 
CVE-2020-7043 2024-11-21 14:36 2020-02-28 Show GitHub Exploit DB Packet Storm
201850 5.3 MEDIUM
Network
openfortivpn_project
fedoraproject
opensuse
openfortivpn
fedora
leap
backports_sle
An issue was discovered in openfortivpn 1.11.0 when used with OpenSSL 1.0.2 or later. tunnel.c mishandles certificate validation because the hostname check operates on uninitialized memory. The outco… CWE-295
CWE-908
Improper Certificate Validation 
 Use of Uninitialized Resource
CVE-2020-7042 2024-11-21 14:36 2020-02-28 Show GitHub Exploit DB Packet Storm