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 28, 2026, 10 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
207911 5 警告 LIGHTTPD - lighttpd の mod_auth における任意のログエントリを挿入される脆弱性 CWE-Other
その他
CVE-2015-3200 2015-10-30 16:37 2015-05-25 Show GitHub Exploit DB Packet Storm
207912 5.8 警告 アップル
Python Software Foundation
オラクル
- CPython の httplib ライブラリなどの HTTP クライアントにおける SSL サーバになりすまされる脆弱性 CWE-Other
その他
CVE-2014-9365 2015-10-30 16:37 2014-12-10 Show GitHub Exploit DB Packet Storm
207913 4.3 警告 アップル
Apache Software Foundation
- Apache Subversion の mod_dav_svn モジュール内の repos.c におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2014-0032 2015-10-30 16:37 2014-02-12 Show GitHub Exploit DB Packet Storm
207914 5 警告 Fedora Project
json-c project
- json-c のハッシュ機能におけるサービス運用妨害 (DoS) の脆弱性 CWE-310
暗号の問題
CVE-2013-6371 2015-10-30 16:37 2013-11-19 Show GitHub Exploit DB Packet Storm
207915 10 危険 Mozilla Foundation - Mozilla Firefox および Thunderbird のマイクロタスク実装の CSPService::ShouldLoad 関数における任意のコードを実行される脆弱性 CWE-Other
その他
CVE-2015-2731 2015-10-30 16:35 2015-07-2 Show GitHub Exploit DB Packet Storm
207916 6.4 警告 Novell
Samba Project
- rsync における任意のファイルに書き込まれる脆弱性 CWE-59
リンク解釈の問題
CVE-2014-9512 2015-10-30 16:35 2014-12-1 Show GitHub Exploit DB Packet Storm
207917 7.5 危険 LibVNC - LibVNCServer の libvncclient/rfbproto.c 内の HandleRFBServerMessage 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2014-6052 2015-10-30 16:35 2014-08-15 Show GitHub Exploit DB Packet Storm
207918 6.5 警告 X.Org Foundation
オラクル
- X.Org X Window System および X.Org Server の DBE エクステンションにおけるサービス運用妨害 (DoS) の脆弱性 CWE-119
バッファエラー
CVE-2014-8097 2015-10-30 16:35 2014-12-9 Show GitHub Exploit DB Packet Storm
207919 7.5 危険 sysklogd project
Adiscon
- rsyslog および sysklogd におけるサービス運用妨害 (DoS) の脆弱性 CWE-119
バッファエラー
CVE-2014-3634 2015-10-30 16:35 2014-09-30 Show GitHub Exploit DB Packet Storm
207920 6.8 警告 GNU Project
Debian
Canonical
- GPGME の engine-gpgsm.c および engine-uiserver.c におけるヒープベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2014-3564 2015-10-30 16:35 2014-07-30 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 28, 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
2491 8.8 HIGH
Network
postgresql postgresql Use of inherently dangerous function PQfn(..., result_is_int=0, ...) in PostgreSQL libpq lo_export(), lo_read(), lo_lseek64(), and lo_tell64() functions allows the server superuser to overwrite a cli… CWE-242
 Use of Inherently Dangerous Function
CVE-2026-6477 2026-05-19 00:03 2026-05-14 Show GitHub Exploit DB Packet Storm
2492 7.2 HIGH
Network
postgresql postgresql SQL injection in PostgreSQL pg_createsubscriber allows an attacker with pg_create_subscription rights to execute arbitrary SQL as a superuser. The attack takes effect when pg_createsubscriber next r… CWE-89
SQL Injection
CVE-2026-6476 2026-05-19 00:02 2026-05-14 Show GitHub Exploit DB Packet Storm
2493 8.8 HIGH
Network
postgresql postgresql Symlink following in PostgreSQL pg_basebackup plain format and in pg_rewind allows an origin superuser to overwrite local files, e.g. /var/lib/postgres/.bashrc, that hijack the operating system accou… CWE-61
 UNIX Symbolic Link (Symlink) Following
CVE-2026-6475 2026-05-19 00:02 2026-05-14 Show GitHub Exploit DB Packet Storm
2494 4.3 MEDIUM
Network
postgresql postgresql Externally-controlled format string in PostgreSQL timeofday() function allows an attacker to retrieve portions of server memory, via crafted timezone zones. Versions before PostgreSQL 18.4, 17.10, 1… CWE-134
Use of Externally-Controlled Format String
CVE-2026-6474 2026-05-19 00:00 2026-05-14 Show GitHub Exploit DB Packet Storm
2495 8.8 HIGH
Network
postgresql postgresql Integer wraparound in multiple PostgreSQL server features allows an unprivileged database user to cause the server to undersize an allocation and write out-of-bounds. This may execute arbitrary code… CWE-190
 Integer Overflow or Wraparound
CVE-2026-6473 2026-05-18 23:59 2026-05-14 Show GitHub Exploit DB Packet Storm
2496 5.4 MEDIUM
Network
postgresql postgresql Missing authorization in PostgreSQL CREATE TYPE allows an object creator to hijack other queries that use search_path to find user-defined types, including extension-defined types. That is to say, t… CWE-862
 Missing Authorization
CVE-2026-6472 2026-05-18 23:59 2026-05-14 Show GitHub Exploit DB Packet Storm
2497 6.5 MEDIUM
Network
grafana grafana The Grafana Live push endpoint can be exploited to cause unbounded memory allocation by sending a large or streaming request body, potentially leading to out-of-memory conditions. An authenticated us… CWE-770
 Allocation of Resources Without Limits or Throttling
CVE-2026-28376 2026-05-18 23:57 2026-05-14 Show GitHub Exploit DB Packet Storm
2498 5.5 MEDIUM
Local
m2team nanazip NanaZip is an open source file archive. From 5.0.1252.0 to before 6.0.1698.0, a denial-of-service vulnerability exists in the littlefs filesystem image parser in NanaZip. The handler's Open method re… CWE-770
 Allocation of Resources Without Limits or Throttling
CVE-2026-42444 2026-05-18 23:17 2026-05-13 Show GitHub Exploit DB Packet Storm
2499 8.8 HIGH
Network
postgresql postgresql SQL injection in PostgreSQL logical replication ALTER SUBSCRIPTION ... REFRESH PUBLICATION allows a subscriber table creator to execute arbitrary SQL with the subscription's publication-side credenti… CWE-89
SQL Injection
CVE-2026-6638 2026-05-18 23:14 2026-05-14 Show GitHub Exploit DB Packet Storm
2500 7.5 HIGH
Network
openbao openbao OpenBao is an open source identity-based secrets management system. Prior to 2.5.3, when OpenBao's initial namespace deletion fails, subsequent retries fail to properly remove all data before marking… CWE-212
 Improper Removal of Sensitive Information Before Storage or Transfer
CVE-2026-42186 2026-05-18 23:10 2026-05-15 Show GitHub Exploit DB Packet Storm