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 12, 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
223651 4.3 警告 Steve Souza - JAMon におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2013-6235 2014-02-4 14:11 2013-01-23 Show GitHub Exploit DB Packet Storm
223652 5.5 警告 IBM - IBM Financial Transaction Manager の OAC コンポーネントにおけるアクセス制限を回避される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2014-0833 2014-02-4 14:08 2014-01-24 Show GitHub Exploit DB Packet Storm
223653 3.5 注意 IBM - IBM Financial Transaction Manager の OAC コンポーネントにおけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2014-0832 2014-02-4 14:07 2014-01-24 Show GitHub Exploit DB Packet Storm
223654 6.8 警告 IBM - IBM Financial Transaction Manager の OAC コンポーネントにおけるクロスサイトリクエストフォージェリの脆弱性 CWE-352
同一生成元ポリシー違反
CVE-2014-0831 2014-02-4 14:07 2014-01-24 Show GitHub Exploit DB Packet Storm
223655 4 警告 IBM - IBM Financial Transaction Manager の OAC コンポーネントにおけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2014-0830 2014-02-4 14:06 2014-01-24 Show GitHub Exploit DB Packet Storm
223656 9.3 危険 IBM - IBM SPSS SamplePower の vsflex8l ActiveX コントロールにおける任意のコードを実行される脆弱性 CWE-noinfo
情報不足
CVE-2013-6724 2014-02-4 14:06 2013-11-8 Show GitHub Exploit DB Packet Storm
223657 5 警告 IBM - IBM SPSS Collaboration and Deployment Services のサーバにおける任意のファイルを読まれる脆弱性 CWE-200
情報漏えい
CVE-2013-4043 2014-02-4 14:05 2013-06-7 Show GitHub Exploit DB Packet Storm
223658 5 警告 Robert Ancell - Light Display Manager における重要な情報を取得される脆弱性 CWE-20
不適切な入力確認
CVE-2013-4331 2014-02-4 14:04 2013-09-4 Show GitHub Exploit DB Packet Storm
223659 7.5 危険 ideaMK - EPS Viewer の gldll32.dll モジュールにおけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2013-4979 2014-02-4 13:52 2013-08-28 Show GitHub Exploit DB Packet Storm
223660 2.1 注意 Dennis Bruecke - Drupal 用 jQuery Countdown モジュールにおけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2013-4383 2014-02-4 13:45 2013-09-11 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 12, 2026, 4:20 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
313701 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/cs8409: Fix possible NULL dereference If snd_hda_gen_add_kctl fails to allocate memory and returns NULL, then NULL poin… CWE-476
 NULL Pointer Dereference
CVE-2024-50160 2024-11-14 01:13 2024-11-7 Show GitHub Exploit DB Packet Storm
313702 6.5 MEDIUM
Adjacent
zephyrproject zephyr In ascs_cp_rsp_add in /subsys/bluetooth/audio/ascs.c, an unchecked tailroom could lead to a global buffer overflow. CWE-787
 Out-of-bounds Write
CVE-2024-6442 2024-11-14 01:04 2024-10-4 Show GitHub Exploit DB Packet Storm
313703 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Fix a possible memory leak In bnxt_re_setup_chip_ctx() when bnxt_qplib_map_db_bar() fails driver is not freeing the… CWE-401
 Missing Release of Memory after Effective Lifetime
CVE-2024-50172 2024-11-14 00:55 2024-11-7 Show GitHub Exploit DB Packet Storm
313704 - - - The fetch(3) library uses environment variables for passing certain information, including the revocation file pathname. The environment variable name used by fetch(1) to pass the filename to the li… - CVE-2024-45289 2024-11-14 00:35 2024-11-13 Show GitHub Exploit DB Packet Storm
313705 - - - File Upload vulnerability in Laravel CMS v.1.4.7 and before allows a remote attacker to execute arbitrary code via the shell.php a component. - CVE-2024-51152 2024-11-14 00:35 2024-11-9 Show GitHub Exploit DB Packet Storm
313706 - - - An incorrect access control issue in Life: Personal Diary, Journal android app 17.5.0 allows a physically proximate attacker to escalate privileges via the fingerprint authentication function. - CVE-2024-40239 2024-11-14 00:35 2024-11-9 Show GitHub Exploit DB Packet Storm
313707 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: be2net: fix potential memory leak in be_xmit() The be_xmit() returns NETDEV_TX_OK without freeing skb in case of be_xmit_enqueue(… CWE-401
 Missing Release of Memory after Effective Lifetime
CVE-2024-50167 2024-11-14 00:29 2024-11-7 Show GitHub Exploit DB Packet Storm
313708 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k_htc: Use __skb_set_length() for resetting urb before resubmit Syzbot points out that skb_trim() has a sanity check on… CWE-824
 Access of Uninitialized Pointer
CVE-2024-49938 2024-11-14 00:25 2024-10-22 Show GitHub Exploit DB Packet Storm
313709 6.1 MEDIUM
Network
veritas data_insight An XSS vulnerability was discovered in Veritas Data Insight before 7.1. It allows a remote attacker to inject an arbitrary web script into an HTTP request that could reflect back to an authenticated … CWE-79
Cross-site Scripting
CVE-2024-47854 2024-11-14 00:25 2024-10-4 Show GitHub Exploit DB Packet Storm
313710 6.5 MEDIUM
Adjacent
zephyrproject zephyr No proper validation of the length of user input in olcp_ind_handler in zephyr/subsys/bluetooth/services/ots/ots_client.c. CWE-787
 Out-of-bounds Write
CVE-2024-6444 2024-11-14 00:24 2024-10-4 Show GitHub Exploit DB Packet Storm