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 12, 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
215051 5 警告 オラクル - Oracle Virtualization の Oracle Secure Global Desktop における SGD Proxy Server に関する脆弱性 CWE-noinfo
情報不足
CVE-2014-2475 2014-10-16 14:16 2014-10-14 Show GitHub Exploit DB Packet Storm
215052 5 警告 オラクル - Oracle Virtualization の Oracle Secure Global Desktop における SGD Proxy Server に関する脆弱性 CWE-noinfo
情報不足
CVE-2014-2474 2014-10-16 14:15 2014-10-14 Show GitHub Exploit DB Packet Storm
215053 5 警告 オラクル - Oracle Virtualization の Oracle Secure Global Desktop における SGD Proxy Server および SGD SSL Daemon に関する脆弱性 CWE-noinfo
情報不足
CVE-2014-2473 2014-10-16 14:14 2014-10-14 Show GitHub Exploit DB Packet Storm
215054 5 警告 オラクル - Oracle Virtualization の Oracle Secure Global Desktop における SGD Proxy Server に関する脆弱性 CWE-noinfo
情報不足
CVE-2014-2472 2014-10-16 14:13 2014-10-14 Show GitHub Exploit DB Packet Storm
215055 7.8 危険 トライポッドワークス株式会社 - GIGAPOD におけるサービス運用妨害 (DoS) の脆弱性 CWE-399
リソース管理の問題
CVE-2014-5329 2014-10-16 12:05 2014-10-16 Show GitHub Exploit DB Packet Storm
215056 4.3 警告 BirdBlog - BirdBlog におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2014-5330 2014-10-16 12:02 2014-10-16 Show GitHub Exploit DB Packet Storm
215057 4 警告 BMC Software - BMC Track-It! における任意のファイルを読まれる脆弱性 CWE-200
CWE-264
CVE-2014-4874 2014-10-15 13:44 2014-10-7 Show GitHub Exploit DB Packet Storm
215058 5 警告 シスコシステムズ - Cisco ASA ソフトウェアの Smart Call Home の実装における証明書の検証を回避される脆弱性 CWE-16
環境設定
CVE-2014-3394 2014-10-14 20:31 2014-10-8 Show GitHub Exploit DB Packet Storm
215059 4.3 警告 シスコシステムズ - Cisco ASA ソフトウェアの Clientless SSL VPN ポータルのカスタマイゼーションフレームワークにおける RAMFS カスタマイゼーションオブジェクトを変更される脆弱性 CWE-20
不適切な入力確認
CVE-2014-3393 2014-10-14 20:31 2014-10-8 Show GitHub Exploit DB Packet Storm
215060 8.3 危険 シスコシステムズ - Cisco ASA ソフトウェアの Clientless SSL VPN ポータルにおけるプロセスメモリから重要な情報を取得される脆弱性 CWE-20
不適切な入力確認
CVE-2014-3392 2014-10-14 20:30 2014-10-8 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 12, 2026, 5:06 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
991 7.5 HIGH
Network
- - Well-crafted inputs reaching ParseAddress, ParseAddressList, and ParseDate were able to trigger excessive CPU exhaustion and memory allocations. - CVE-2026-39820 2026-05-9 00:16 2026-05-8 Show GitHub Exploit DB Packet Storm
992 7.5 HIGH
Network
- - When using LookupCNAME with the cgo DNS resolver, a very long CNAME response can trigger a double-free of C memory and a crash. - CVE-2026-33811 2026-05-9 00:16 2026-05-8 Show GitHub Exploit DB Packet Storm
993 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: fix race conditions in sco_sock_connect() sco_sock_connect() checks sk_state and sk_type without holding the sock… CWE-362
Race Condition
CVE-2026-43023 2026-05-8 23:56 2026-05-2 Show GitHub Exploit DB Packet Storm
994 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: hci_cmd_sync_queue_once() return -EEXIST if exists hci_cmd_sync_queue_once() needs to indicate whether a que… NVD-CWE-noinfo
CVE-2026-43022 2026-05-8 23:53 2026-05-2 Show GitHub Exploit DB Packet Storm
995 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: fix leaks when hci_cmd_sync_queue_once fails When hci_cmd_sync_queue_once() returns with error, the destroy … CWE-401
 Missing Release of Memory after Effective Lifetime
CVE-2026-43021 2026-05-8 23:50 2026-05-2 Show GitHub Exploit DB Packet Storm
996 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: validate LTK enc_size on load Load Long Term Keys stores the user-provided enc_size and later uses it to size fi… CWE-787
 Out-of-bounds Write
CVE-2026-43020 2026-05-8 23:41 2026-05-2 Show GitHub Exploit DB Packet Storm
997 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_conn: fix potential UAF in set_cig_params_sync hci_conn lookup and field access must be covered by hdev lock in se… CWE-416
 Use After Free
CVE-2026-43019 2026-05-8 23:35 2026-05-2 Show GitHub Exploit DB Packet Storm
998 6.5 MEDIUM
Network
- - VINCE versions 3.0.38 and earlier do not properly verify the From address authenticity due to encoding confusion and use the from address for automated actions such as Ticket creation or Ticket updat… - CVE-2026-8142 2026-05-8 23:16 2026-05-8 Show GitHub Exploit DB Packet Storm
999 - - - In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid uninit-value access in f2fs_sanity_check_node_footer syzbot reported a f2fs bug as below: BUG: KMSAN: uninit-… - CVE-2026-43349 2026-05-8 23:16 2026-05-8 Show GitHub Exploit DB Packet Storm
1000 - - - In the Linux kernel, the following vulnerability has been resolved: mshv_vtl: Fix vmemmap_shift exceeding MAX_FOLIO_ORDER When registering VTL0 memory via MSHV_ADD_VTL0_MEMORY, the kernel computes … - CVE-2026-43348 2026-05-8 23:16 2026-05-8 Show GitHub Exploit DB Packet Storm