Vulnerability Search Top
Show Search Menu
Vendor Name
プロダクト・サービス名
Title
Urgent
Important
Warning
Warning
CVE
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":Oct. 24, 2024, 6:01 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
198191 2.6 注意 Puppet - Puppet および Puppet Enterprise Users における Puppet master になりすまされる脆弱性 CWE-20
不適切な入力確認
CVE-2011-3872 2011-11-4 15:03 2011-10-24 Show GitHub Exploit DB Packet Storm
198192 6.2 警告 Puppet - Puppet Labs の Puppet における任意の Puppet コードを実行される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2011-3871 2011-11-4 15:02 2011-09-30 Show GitHub Exploit DB Packet Storm
198193 6.3 警告 Puppet - Puppet Labs の Puppet における任意のファイルのパーミッションを変更される脆弱性 CWE-59
リンク解釈の問題
CVE-2011-3870 2011-11-4 15:01 2011-09-30 Show GitHub Exploit DB Packet Storm
198194 6.3 警告 Puppet - Puppet Labs の Puppet における任意のファイルを上書きされる脆弱性 CWE-59
リンク解釈の問題
CVE-2011-3869 2011-11-4 15:01 2011-09-30 Show GitHub Exploit DB Packet Storm
198195 5 警告 Puppet - Puppet Labs の Puppet におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2011-3848 2011-11-4 15:00 2011-09-28 Show GitHub Exploit DB Packet Storm
198196 4.3 警告 アップル - WebObjects におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2011-3998 2011-11-4 14:03 2011-11-4 Show GitHub Exploit DB Packet Storm
198197 6.4 警告 Opengear - 複数の Opengear 製品における認証回避の脆弱性 CWE-287
不適切な認証
CVE-2011-3997 2011-11-4 14:02 2011-11-4 Show GitHub Exploit DB Packet Storm
198198 9.3 危険 アップル - Windows 上で稼動する Apple QuickTime における任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2011-3251 2011-11-4 11:52 2011-10-26 Show GitHub Exploit DB Packet Storm
198199 9.3 危険 アップル - Apple QuickTime における整数オーバーフローの脆弱性 CWE-189
数値処理の問題
CVE-2011-3250 2011-11-4 11:38 2011-10-28 Show GitHub Exploit DB Packet Storm
198200 9.3 危険 アップル - Apple QuickTime におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2011-3249 2011-11-4 11:38 2011-10-28 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:Oct. 24, 2024, 8:16 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
21 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: e100: Fix possible use after free in e100_xmit_prepare In e100_xmit_prepare(), if we can't map the skb, then return -ENOMEM, so e… New CWE-416
 Use After Free
CVE-2022-49026 2024-10-24 12:49 2024-10-22 Show GitHub Exploit DB Packet Storm
22 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix use-after-free when reverting termination table When having multiple dests with termination tables and second one … New CWE-416
 Use After Free
CVE-2022-49025 2024-10-24 12:49 2024-10-22 Show GitHub Exploit DB Packet Storm
23 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: iavf: Fix error handling in iavf_init_module() The iavf_init_module() won't destroy workqueue when pci_register_driver() failed. … New NVD-CWE-Other
CVE-2022-49027 2024-10-24 12:48 2024-10-22 Show GitHub Exploit DB Packet Storm
24 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check stream before comparing them [WHAT & HOW] amdgpu_dm can pass a null stream to dc_is_stream_unchanged. It i… New CWE-476
 NULL Pointer Dereference
CVE-2024-49896 2024-10-24 12:44 2024-10-22 Show GitHub Exploit DB Packet Storm
25 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: move xa_alloc to prevent UAF Evil user can guess the next id of the vm before the ioctl completes and then call vm des… New CWE-416
 Use After Free
CVE-2024-49865 2024-10-24 12:44 2024-10-22 Show GitHub Exploit DB Packet Storm
26 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointer before try to access it [why & how] Change the order of the pipe_ctx->plane_state check to en… New CWE-476
 NULL Pointer Dereference
CVE-2024-49906 2024-10-24 12:43 2024-10-22 Show GitHub Exploit DB Packet Storm
27 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for 'afb' in amdgpu_dm_plane_handle_cursor_update (v2) This commit adds a null check for the 'afb… New CWE-476
 NULL Pointer Dereference
CVE-2024-49905 2024-10-24 12:43 2024-10-22 Show GitHub Exploit DB Packet Storm
28 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null-initialized variables [WHAT & HOW] drr_timing and subvp_pipe are initialized to null and they are not… New CWE-476
 NULL Pointer Dereference
CVE-2024-49898 2024-10-24 12:43 2024-10-22 Show GitHub Exploit DB Packet Storm
29 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before using dc->clk_mgr [WHY & HOW] dc->clk_mgr is null checked previously in the same func… New CWE-476
 NULL Pointer Dereference
CVE-2024-49907 2024-10-24 12:42 2024-10-22 Show GitHub Exploit DB Packet Storm
30 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for 'afb' in amdgpu_dm_update_cursor (v2) This commit adds a null check for the 'afb' variable in… New CWE-476
 NULL Pointer Dereference
CVE-2024-49908 2024-10-24 12:42 2024-10-22 Show GitHub Exploit DB Packet Storm