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
228231 6.8 警告 Mozilla Foundation - 複数の Mozilla 製品におけるアドレスバーを偽造される脆弱性 CWE-Other
その他
CVE-2012-1955 2012-12-14 18:11 2012-07-17 Show GitHub Exploit DB Packet Storm
228232 10 危険 Mozilla Foundation - 複数の Mozilla 製品の nsDocument::AdoptNode 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-399
リソース管理の問題
CVE-2012-1954 2012-12-14 18:11 2012-07-17 Show GitHub Exploit DB Packet Storm
228233 9.3 危険 Mozilla Foundation - 複数の Mozilla 製品の ElementAnimations::EnsureStyleRuleFor 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-119
バッファエラー
CVE-2012-1953 2012-12-14 18:10 2012-07-17 Show GitHub Exploit DB Packet Storm
228234 9.3 危険 Mozilla Foundation - 複数の Mozilla 製品の nsTableFrame::InsertFrames 関数における任意のコードを実行される脆弱性 CWE-399
リソース管理の問題
CVE-2012-1952 2012-12-14 18:09 2012-07-17 Show GitHub Exploit DB Packet Storm
228235 10 危険 Mozilla Foundation - 複数の Mozilla 製品の nsSMILTimeValueSpec::IsEventBased 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-399
リソース管理の問題
CVE-2012-1951 2012-12-14 18:07 2012-07-17 Show GitHub Exploit DB Packet Storm
228236 9.3 危険 Mozilla Foundation - 複数の Mozilla 製品のブラウザエンジンにおけるサービス運用妨害 (DoS) の脆弱性 CWE-noinfo
情報不足
CVE-2012-1948 2012-12-14 18:07 2012-07-17 Show GitHub Exploit DB Packet Storm
228237 10 危険 Mozilla Foundation - 複数の Mozilla 製品の WebGL サブシステムにおける任意のコードを実行される脆弱性 CWE-189
数値処理の問題
CVE-2012-5838 2012-12-14 18:02 2012-11-20 Show GitHub Exploit DB Packet Storm
228238 6.8 警告 Mozilla Foundation - Mozilla Firefox の Web 開発ツールバーにおけるクロスサイトスクリプティングの脆弱性 CWE-94
コード・インジェクション
CVE-2012-5837 2012-12-14 18:01 2012-11-20 Show GitHub Exploit DB Packet Storm
228239 10 危険 Mozilla Foundation - 複数の Mozilla 製品における任意のコードを実行される脆弱性 CWE-94
コード・インジェクション
CVE-2012-5836 2012-12-14 17:59 2012-11-20 Show GitHub Exploit DB Packet Storm
228240 10 危険 Mozilla Foundation - 複数の Mozilla 製品の BuildTextRunsScanner::BreakSink::SetBreaks 関数における任意のコードを実行される脆弱性 CWE-399
リソース管理の問題
CVE-2012-4218 2012-12-14 17:53 2012-11-20 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:April 20, 2026, 4:09 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
198361 7.5 HIGH
Network
wireshark wireshark In Wireshark through 2.0.13 and 2.2.x through 2.2.7, the WBXML dissector could go into an infinite loop, triggered by packet injection or a malformed capture file. This was addressed in epan/dissecto… CWE-20
CWE-835
 Improper Input Validation 
 Loop with Unreachable Exit Condition ('Infinite Loop')
CVE-2017-11410 2024-11-21 12:07 2017-07-19 Show GitHub Exploit DB Packet Storm
198362 7.5 HIGH
Network
wireshark
debian
wireshark
debian_linux
In Wireshark 2.0.0 to 2.0.13, the GPRS LLC dissector could go into a large loop. This was addressed in epan/dissectors/packet-gprs-llc.c by using a different integer data type. CWE-834
 Excessive Iteration
CVE-2017-11409 2024-11-21 12:07 2017-07-19 Show GitHub Exploit DB Packet Storm
198363 7.5 HIGH
Network
wireshark wireshark In Wireshark 2.2.0 to 2.2.7 and 2.0.0 to 2.0.13, the AMQP dissector could crash. This was addressed in epan/dissectors/packet-amqp.c by checking for successful list dissection. CWE-20
 Improper Input Validation 
CVE-2017-11408 2024-11-21 12:07 2017-07-19 Show GitHub Exploit DB Packet Storm
198364 7.5 HIGH
Network
wireshark
debian
wireshark
debian_linux
In Wireshark 2.2.0 to 2.2.7 and 2.0.0 to 2.0.13, the MQ dissector could crash. This was addressed in epan/dissectors/packet-mq.c by validating the fragment length before a reassembly attempt. CWE-20
 Improper Input Validation 
CVE-2017-11407 2024-11-21 12:07 2017-07-19 Show GitHub Exploit DB Packet Storm
198365 7.5 HIGH
Network
wireshark
debian
wireshark
debian_linux
In Wireshark 2.2.0 to 2.2.7 and 2.0.0 to 2.0.13, the DOCSIS dissector could go into an infinite loop. This was addressed in plugins/docsis/packet-docsis.c by rejecting invalid Frame Control parameter… CWE-835
 Loop with Unreachable Exit Condition ('Infinite Loop')
CVE-2017-11406 2024-11-21 12:07 2017-07-19 Show GitHub Exploit DB Packet Storm
198366 5.5 MEDIUM
Local
libmspack_project libmspack The cabd_read_string function in mspack/cabd.c in libmspack 0.5alpha, as used in ClamAV 0.99.2 and other products, allows remote attackers to cause a denial of service (stack-based buffer over-read a… CWE-125
Out-of-bounds Read
CVE-2017-11423 2024-11-21 12:07 2017-07-19 Show GitHub Exploit DB Packet Storm
198367 7.8 HIGH
Local
gnome-exe-thumbnailer_project gnome-exe-thumbnailer gnome-exe-thumbnailer before 0.9.5 is prone to a VBScript Injection when generating thumbnails for MSI files, aka the "Bad Taste" issue. There is a local attack if the victim uses the GNOME Files fil… CWE-94
Code Injection
CVE-2017-11421 2024-11-21 12:07 2017-07-19 Show GitHub Exploit DB Packet Storm
198368 9.8 CRITICAL
Network
fiyo fiyo_cms Fiyo CMS 2.0.7 has SQL injection in /apps/app_article/controller/editor.php via $_POST['id'] and $_POST['art_title']. CWE-89
SQL Injection
CVE-2017-11419 2024-11-21 12:07 2017-07-18 Show GitHub Exploit DB Packet Storm
198369 9.8 CRITICAL
Network
asuswrt-merlin_project rt-ac5300_firmware
rt_ac1900p_firmware
rt-ac68u_firmware
rt-ac68p_firmware
rt-ac88u_firmware
rt-ac66u_firmware
rt-ac66u_b1_firmware
rt-ac58u_firmware
rt-ac56u_firmware
rt-a…
Stack-based buffer overflow in ASUS_Discovery.c in networkmap in Asuswrt-Merlin firmware for ASUS devices and ASUS firmware for ASUS RT-AC5300, RT_AC1900P, RT-AC68U, RT-AC68P, RT-AC88U, RT-AC66U, RT-… CWE-119
Incorrect Access of Indexable Resource ('Range Error') 
CVE-2017-11420 2024-11-21 12:07 2017-07-18 Show GitHub Exploit DB Packet Storm
198370 9.8 CRITICAL
Network
fiyo fiyo_cms Fiyo CMS 2.0.7 has SQL injection in dapur/apps/app_article/controller/article_list.php via $_GET['cat'], $_GET['user'], $_GET['level'], and $_GET['iSortCol_'.$i]. CWE-89
SQL Injection
CVE-2017-11418 2024-11-21 12:07 2017-07-18 Show GitHub Exploit DB Packet Storm