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":Feb. 9, 2026, 12:59 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
227941 7.5 危険 シスコシステムズ - Jboss Web アプリケーションサーバーの jmx-console における権限を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2006-3733 2012-12-20 18:02 2006-07-19 Show GitHub Exploit DB Packet Storm
227942 5 警告 シスコシステムズ - CS-MARS における重要な情報を取得される脆弱性 - CVE-2006-3732 2012-12-20 18:02 2006-07-19 Show GitHub Exploit DB Packet Storm
227943 2.6 注意 Mozilla Foundation - Mozilla Firefox におけるサービス運用妨害 (DoS) の脆弱性 - CVE-2006-3731 2012-12-20 18:02 2006-07-21 Show GitHub Exploit DB Packet Storm
227944 2.6 注意 マイクロソフト - Internet Explorer 6 の DataSourceControl におけるサービス運用妨害 (クラッシュ) の脆弱性 - CVE-2006-3729 2012-12-20 18:02 2006-07-21 Show GitHub Exploit DB Packet Storm
227945 7.5 危険 eskolar cms - Eskolar CMS における SQL インジェクションの脆弱性 - CVE-2006-3727 2012-12-20 18:02 2006-07-21 Show GitHub Exploit DB Packet Storm
227946 6.5 警告 intervations - FileCOPA FTP Server におけるバッファオーバーフローの脆弱性 - CVE-2006-3726 2012-12-20 18:02 2006-07-21 Show GitHub Exploit DB Packet Storm
227947 2.1 注意 シマンテック - Norton Personal Firewall におけるサービス運用妨害 (DoS) の脆弱性 - CVE-2006-3725 2012-12-20 18:02 2006-07-21 Show GitHub Exploit DB Packet Storm
227948 10 危険 オラクル - Oracle OneWorld Tools EnterpriseOne Tools 用の JD Edward HTML Server における脆弱性 - CVE-2006-3724 2012-12-20 18:02 2006-07-18 Show GitHub Exploit DB Packet Storm
227949 10 危険 オラクル - Enforcer Portal Pack Bundle を伴う Oracle PeopleSoft Enterprise Portal における脆弱性 - CVE-2006-3723 2012-12-20 18:02 2006-07-18 Show GitHub Exploit DB Packet Storm
227950 10 危険 オラクル - Oracle PeopleSoft Enterprise Portal における脆弱性 - CVE-2006-3722 2012-12-20 18:02 2006-07-18 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:April 25, 2026, 4:08 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
197651 8.8 HIGH
Network
helpdezk helpdezk HelpDEZk 1.1.1 allows remote authenticated users to execute arbitrary PHP code by uploading a .php attachment and then requesting it in the helpdezk\app\uploads\helpdezk\attachments\ directory. CWE-94
Code Injection
CVE-2017-14146 2024-11-21 12:12 2017-09-5 Show GitHub Exploit DB Packet Storm
197652 9.8 CRITICAL
Network
helpdezk helpdezk HelpDEZk 1.1.1 has SQL Injection in app\modules\admin\controllers\loginController.php via the admin/login/getWarningInfo/id/ PATH_INFO, related to the selectWarning function. CWE-89
SQL Injection
CVE-2017-14145 2024-11-21 12:12 2017-09-5 Show GitHub Exploit DB Packet Storm
197653 5.5 MEDIUM
Local
linux linux_kernel The move_pages system call in mm/migrate.c in the Linux kernel before 4.12.9 doesn't check the effective uid of the target process, enabling a local attacker to learn the memory layout of a setuid ex… CWE-200
Information Exposure
CVE-2017-14140 2024-11-21 12:12 2017-09-5 Show GitHub Exploit DB Packet Storm
197654 5.5 MEDIUM
Local
gnome gedit libgedit.a in GNOME gedit through 3.22.1 allows remote attackers to cause a denial of service (CPU consumption) via a file that begins with many '\0' characters. CWE-400
 Uncontrolled Resource Consumption
CVE-2017-14108 2024-11-21 12:12 2017-09-5 Show GitHub Exploit DB Packet Storm
197655 6.5 MEDIUM
Network
imagemagick imagemagick ImageMagick 7.0.6-2 has a memory leak vulnerability in WriteMSLImage in coders/msl.c. CWE-772
 Missing Release of Resource after Effective Lifetime
CVE-2017-14139 2024-11-21 12:12 2017-09-5 Show GitHub Exploit DB Packet Storm
197656 9.8 CRITICAL
Network
imagemagick imagemagick ImageMagick 7.0.6-5 has a memory leak vulnerability in ReadWEBPImage in coders/webp.c because memory is not freed in certain error cases, as demonstrated by VP8 errors. CWE-772
 Missing Release of Resource after Effective Lifetime
CVE-2017-14138 2024-11-21 12:12 2017-09-5 Show GitHub Exploit DB Packet Storm
197657 7.5 HIGH
Network
imagemagick imagemagick ReadWEBPImage in coders/webp.c in ImageMagick 7.0.6-5 has an issue where memory allocation is excessive because it depends only on a length field in a header. CWE-400
 Uncontrolled Resource Consumption
CVE-2017-14137 2024-11-21 12:12 2017-09-5 Show GitHub Exploit DB Packet Storm
197658 6.5 MEDIUM
Network
opencv
debian
opencv
debian_linux
OpenCV (Open Source Computer Vision Library) 3.3 has an out-of-bounds write error in the function FillColorRow1 in utils.cpp when reading an image file by using cv::imread. NOTE: this vulnerability e… CWE-787
 Out-of-bounds Write
CVE-2017-14136 2024-11-21 12:12 2017-09-5 Show GitHub Exploit DB Packet Storm
197659 9.8 CRITICAL
Network
dreambox opendreambox enigma2-plugins/blob/master/webadmin/src/WebChilds/Script.py in the webadmin plugin for opendreambox 2.0.0 allows remote attackers to execute arbitrary OS commands via shell metacharacters in the com… CWE-78
OS Command 
CVE-2017-14135 2024-11-21 12:12 2017-09-5 Show GitHub Exploit DB Packet Storm
197660 6.5 MEDIUM
Network
jasper_project
debian
jasper
debian_linux
JasPer 1.900.8, 1.900.9, 1.900.10, 1.900.11, 1.900.12, 1.900.13, 1.900.14, 1.900.15, 1.900.16, 1.900.17, 1.900.18, 1.900.19, 1.900.20, 1.900.21, 1.900.22, 1.900.23, 1.900.24, 1.900.25, 1.900.26, 1.90… CWE-125
Out-of-bounds Read
CVE-2017-14132 2024-11-21 12:12 2017-09-5 Show GitHub Exploit DB Packet Storm