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 18, 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
201661 5.5 警告
Local
Google - Android の Wi-Fi の net/wifi/WifiEnterpriseConfig.java の WifiEnterpriseConfig クラスにおける重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2016-3897 2016-09-14 17:51 2016-09-6 Show GitHub Exploit DB Packet Storm
201662 5.5 警告
Local
Google - Android の AOSP Mail における重要な EmailAccountCacheProvider 情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2016-3896 2016-09-14 17:51 2016-09-6 Show GitHub Exploit DB Packet Storm
201663 5.5 警告
Local
Google - Android のメディアサーバの libs/ui/Region.cpp の Region::unflatten 関数における整数オーバーフローの脆弱性 CWE-200
CWE-Other
CVE-2016-3895 2016-09-14 17:41 2016-09-6 Show GitHub Exploit DB Packet Storm
201664 5.5 警告
Local
Google - Nexus 6 デバイス上で稼動する Android の Qualcomm DMA コンポーネントにおける重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2016-3894 2016-09-14 17:41 2016-09-6 Show GitHub Exploit DB Packet Storm
201665 5.5 警告
Local
Google - Nexus 6P デバイス上で稼動する Android の Qualcomm の音声コーデックにおける重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2016-3893 2016-09-14 17:41 2016-09-6 Show GitHub Exploit DB Packet Storm
201666 5.5 警告
Local
Google - 複数の Nexus デバイス上で稼動する Android の Qualcomm SPMI ドライバにおける重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2016-3892 2016-09-14 17:41 2016-09-6 Show GitHub Exploit DB Packet Storm
201667 7 重要
Local
Google - Android の adb/sockets.cpp の Java Debug Wire Protocol の実装における権限を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2016-3890 2016-09-14 17:41 2016-09-6 Show GitHub Exploit DB Packet Storm
201668 5.5 警告
Local
Google - Android の Telephony の internal/telephony/SMSDispatcher.java におけるプレミアム SMS の支払い確認ダイアログを偽装される脆弱性 CWE-Other
その他
CVE-2016-3883 2016-09-14 17:41 2016-09-6 Show GitHub Exploit DB Packet Storm
201669 7.8 重要
Local
Google - Nexus 5X および 6P デバイス上で稼動する Android の Qualcomm のパワードライバにおける権限を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2016-3868 2016-09-14 17:41 2016-09-6 Show GitHub Exploit DB Packet Storm
201670 7.8 重要
Local
Google - Android の MediaMuxer におけるスタックベースのバッファオーバーフローの脆弱性 CWE-Other
その他
CVE-2016-3863 2016-09-14 17:41 2016-09-6 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 19, 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
1701 8.8 HIGH
Network
- - SQL injection vulnerability in pgAdmin 4 Maintenance Tool. Four user-supplied JSON fields (buffer_usage_limit, vacuum_parallel, vacuum_index_cleanup, reindex_tablespace) were concatenated directly i… CWE-89
SQL Injection
CVE-2026-7815 2026-05-14 00:34 2026-05-12 Show GitHub Exploit DB Packet Storm
1702 8.8 HIGH
Network
- - OS command injection (CWE-78) vulnerability in pgAdmin 4 Import/Export query export. User-supplied input was interpolated directly into a psql \copy metacommand template without sanitization. An aut… CWE-89
SQL Injection
CVE-2026-7816 2026-05-14 00:34 2026-05-12 Show GitHub Exploit DB Packet Storm
1703 6.5 MEDIUM
Network
- - Local file inclusion (LFI) and server-side request forgery (SSRF) vulnerabilities in pgAdmin 4 LLM API configuration endpoints. User-supplied api_key_file and api_url preferences were passed to the … CWE-552
 Files or Directories Accessible to External Parties
CVE-2026-7817 2026-05-14 00:34 2026-05-12 Show GitHub Exploit DB Packet Storm
1704 7.0 HIGH
Local
- - Deserialization of untrusted data (CWE-502) in pgAdmin 4 FileBackedSessionManager. The session manager performed unsafe deserialization of session-file contents (using Python's standard object-seria… CWE-502
 Deserialization of Untrusted Data
CVE-2026-7818 2026-05-14 00:34 2026-05-12 Show GitHub Exploit DB Packet Storm
1705 8.1 HIGH
Network
- - Symbolic-link path traversal (CWE-61, CWE-22) in pgAdmin 4 File Manager. check_access_permission used os.path.abspath, which resolves '..' but does not resolve symbolic links, while the subsequent k… CWE-61
 UNIX Symbolic Link (Symlink) Following
CVE-2026-7819 2026-05-14 00:34 2026-05-12 Show GitHub Exploit DB Packet Storm
1706 6.5 MEDIUM
Network
- - Improper restriction of excessive authentication attempts (CWE-307) in pgAdmin 4. pgAdmin enforces MAX_LOGIN_ATTEMPTS only inside its custom /authenticate/login view. Flask-Security's default /login… CWE-307
mproper Restriction of Excessive Authentication Attempts
CVE-2026-7820 2026-05-14 00:34 2026-05-12 Show GitHub Exploit DB Packet Storm
1707 - - - Improper input validation in FacAtFunction in Galaxy Watch prior to SMR May-2026 Release 1 allows local attacker to execute arbitrary code with system privilege. - CVE-2026-21019 2026-05-14 00:33 2026-05-13 Show GitHub Exploit DB Packet Storm
1708 - - - Improper privilege management in Samsung System Support Service prior to version 8.0.8.0 allows local attackers to trigger privileged functions. - CVE-2026-21024 2026-05-14 00:33 2026-05-13 Show GitHub Exploit DB Packet Storm
1709 5.5 MEDIUM
Adjacent
- - A vulnerability was detected in 8421bit MiniClaw 0.8.0/0.9.0. This issue affects the function resolveSkillScriptPath of the file src/kernel.ts of the component System Command Handler. The manipulatio… CWE-77
CWE-78
Command Injection
OS Command 
CVE-2026-8235 2026-05-14 00:33 2026-05-10 Show GitHub Exploit DB Packet Storm
1710 5.3 MEDIUM
Local
- - A security vulnerability has been detected in aandrew-me tgpt up to 2.11.1 on Linux/macOS. Affected by this vulnerability is the function helper.Update of the file helper.go of the component Update H… CWE-74
CWE-77
Injection
Command Injection
CVE-2026-8210 2026-05-14 00:32 2026-05-10 Show GitHub Exploit DB Packet Storm