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":June 1, 2026, 2:01 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
222781 2.1 注意 ACME Laboratories
Gentoo Linux
Novell
Fedora Project
Open Source Development Team
- sthttpd および thttpd の thttpd.c における重要な情報を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2013-0348 2013-12-17 18:19 2013-02-26 Show GitHub Exploit DB Packet Storm
222782 4.3 警告 Quagga - Quagga の bgp_attr.c の bgp_attr_unknown 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-noinfo
情報不足
CVE-2013-6051 2013-12-17 17:43 2013-11-26 Show GitHub Exploit DB Packet Storm
222783 6.8 警告 Devscripts Devel Team - devscripts の scripts/uscan.pl の get_main_source_dir 関数における任意のコマンドを実行される脆弱性 CWE-94
コード・インジェクション
CVE-2013-7050 2013-12-17 17:14 2013-12-11 Show GitHub Exploit DB Packet Storm
222784 7.5 危険 SAP - SAP EMR Unwired における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2013-7096 2013-12-17 17:12 2013-11-20 Show GitHub Exploit DB Packet Storm
222785 10 危険 SAP - SAP Customer Relationship Management の XML パーサにおける脆弱性 CWE-noinfo
情報不足
CVE-2013-7095 2013-12-17 17:12 2013-11-20 Show GitHub Exploit DB Packet Storm
222786 7.5 危険 SAP - SAP NetWeaver の RSDDCVER_COUNT_TAB_COLS 関数における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2013-7094 2013-12-17 17:11 2013-11-20 Show GitHub Exploit DB Packet Storm
222787 5 警告 SAP - SAP Network Interface Router における認証を回避される脆弱性 CWE-287
不適切な認証
CVE-2013-7093 2013-12-17 17:10 2013-11-20 Show GitHub Exploit DB Packet Storm
222788 5 警告 RockMongo - RockMongo におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2013-5107 2013-12-17 16:54 2013-08-16 Show GitHub Exploit DB Packet Storm
222789 5 警告 Zabbix - Zabbix の user.login 関数における LDAP 設定を上書きされる脆弱性 CWE-287
不適切な認証
CVE-2013-1364 2013-12-17 16:47 2013-01-4 Show GitHub Exploit DB Packet Storm
222790 4.3 警告 MediaWiki - MediaWiki の CleanChanges 拡張機能における重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2013-4569 2013-12-17 16:42 2013-11-14 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. 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. 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. 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… 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… 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: … 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… 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, … 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… 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… CWE-23
 Relative Path Traversal
CVE-2025-48977 2026-05-29 23:11 2026-05-28 Show GitHub Exploit DB Packet Storm