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
243971 10 危険 armorlogic - Armorlogic Profense Web Application Firewall におけるアクセス権を取得される脆弱性 CWE-255
証明書・パスワード管理
CVE-2009-1745 2012-06-26 16:10 2009-05-21 Show GitHub Exploit DB Packet Storm
243972 6.8 警告 dutchmonkey - DM FileManager の login.php における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2009-1741 2012-06-26 16:10 2009-05-20 Show GitHub Exploit DB Packet Storm
243973 9.3 危険 D-Link Systems, Inc. - csviewer.ocx におけるヒープベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2009-1740 2012-06-26 16:10 2009-05-20 Show GitHub Exploit DB Packet Storm
243974 7.8 危険 diqiye - MyPic の bom.php におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2009-1737 2012-06-26 16:10 2009-05-20 Show GitHub Exploit DB Packet Storm
243975 6.8 警告 アップル - Apple Mac OS X の Terminal における整数オーバーフローの脆弱性 CWE-189
数値処理の問題
CVE-2009-1717 2012-06-26 16:10 2009-06-5 Show GitHub Exploit DB Packet Storm
243976 7.5 危険 Bitweaver - Bitweaver の saveFeed 関数におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2009-1678 2012-06-26 16:10 2009-05-18 Show GitHub Exploit DB Packet Storm
243977 6.5 警告 Bitweaver - Bitweaver の saveFeed 関数における任意の PHP コードをファイルに挿入される脆弱性 CWE-94
コード・インジェクション
CVE-2009-1677 2012-06-26 16:10 2009-05-18 Show GitHub Exploit DB Packet Storm
243978 9.3 危険 electrasoft - ElectraSoft 32bit FTP におけるスタックベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2009-1675 2012-06-26 16:10 2009-05-18 Show GitHub Exploit DB Packet Storm
243979 9.3 危険 cyclomedia - CycloMedia CycloScopeLite における任意のコードを実行される脆弱性 CWE-noinfo
情報不足
CVE-2009-1666 2012-06-26 16:10 2009-05-18 Show GitHub Exploit DB Packet Storm
243980 7.5 危険 bicluc - beLive の arch.php におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2009-1649 2012-06-26 16:10 2009-05-16 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
741 - - - Web endpoints intended for the Acer Connect app improperly validate the HTTP Authorization header, failing to block requests when Base64 decoding fails. New CWE-287
Improper Authentication
CVE-2026-49197 2026-05-29 23:46 2026-05-29 Show GitHub Exploit DB Packet Storm
742 - - - Improper access control in the MQTT broker allows wildcard topic subscriptions, exposing all MQTT traffic to unauthorized actors. New CWE-284
Improper Access Control
CVE-2026-49198 2026-05-29 23:46 2026-05-29 Show GitHub Exploit DB Packet Storm
743 - - - Crafted MQTT messages can trigger command injection, resulting in root-level code execution on the target device. New CWE-77
Command Injection
CVE-2026-49199 2026-05-29 23:46 2026-05-29 Show GitHub Exploit DB Packet Storm
744 - - - The acer_cgi.log file in the device firmware is accessible without authentication via the web interface. This file contains cleartext login credentials (for web and Telnet), leading to unauthorized s… New CWE-532
 Inclusion of Sensitive Information in Log Files
CVE-2026-49200 2026-05-29 23:46 2026-05-29 Show GitHub Exploit DB Packet Storm
745 - - - The upload.cgi binary, responsible for processing device backups, contains a hardcoded AES encryption key. This allows an attacker to decrypt, modify, and re-encrypt system backups, facilitating pers… New CWE-798
 Use of Hard-coded Credentials
CVE-2026-49201 2026-05-29 23:46 2026-05-29 Show GitHub Exploit DB Packet Storm
746 8.8 HIGH
Network
- - Insufficient validation of untrusted input in ANGLE in Google Chrome prior to 148.0.7778.216 allowed a remote attacker to execute arbitrary code via a crafted HTML page. (Chromium security severity: … New CWE-20
 Improper Input Validation 
CVE-2026-9969 2026-05-29 23:16 2026-05-29 Show GitHub Exploit DB Packet Storm
747 7.5 HIGH
Network
- - Music Player Daemon (MPD) before version 0.24.11 contains a path traversal vulnerability in LocalStorage::MapFSOrThrow and LocalStorage::MapUTF8 within the local storage plugin, where the on-disk pat… New CWE-22
Path Traversal
CVE-2026-49128 2026-05-29 23:16 2026-05-29 Show GitHub Exploit DB Packet Storm
748 8.2 HIGH
Network
- - form-data-objectizer converts FormData to object. Prior to 1.0.1, form-data-objectizer walks bracket-notation form keys (e.g. name[sub]) into nested objects without filtering __proto__, constructor, … New CWE-1321
 Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
CVE-2026-46510 2026-05-29 23:16 2026-05-29 Show GitHub Exploit DB Packet Storm
749 8.2 HIGH
Network
- - phpMyFAQ before 4.1.3 contains an authentication bypass vulnerability in the password reset endpoint that allows unauthenticated attackers to reset any user account password without token verificatio… New CWE-307
mproper Restriction of Excessive Authentication Attempts
CVE-2026-35675 2026-05-29 23:16 2026-05-29 Show GitHub Exploit DB Packet Storm
750 6.5 MEDIUM
Network
apache ignite Relative Path Traversal vulnerability in Apache Ignite REST API. Authenticated REST API users can read any file on the server with "cmd=log" command and a log path crafted in a certain way. This iss… New CWE-23
 Relative Path Traversal
CVE-2025-48977 2026-05-29 23:11 2026-05-28 Show GitHub Exploit DB Packet Storm