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":Jan. 20, 2025, 6:03 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
191381 3.5 注意 MySQL AB - MySQL におけるパーティションで区切られたテーブルから重要な情報を取得される脆弱性 - CVE-2007-2693 2012-09-25 16:47 2006-10-26 Show GitHub Exploit DB Packet Storm
191382 7.8 危険 idautomation - IDAutomationLinear6.dll の ID Automation Linear Barcode ActiveX コントロールにおけるサービス運用妨害 (DoS) の脆弱性 - CVE-2007-2658 2012-09-25 16:47 2007-05-14 Show GitHub Exploit DB Packet Storm
191383 7.8 危険 ヒューレット・パッカード - hpqvwocx.dll におけるスタックベースのバッファオーバーフローの脆弱性 - CVE-2007-2656 2012-09-25 16:47 2007-05-14 Show GitHub Exploit DB Packet Storm
191384 7.5 危険 Netwin Ltd - SurgeMail の NetWin Webmail におけるリモートコードを実行される脆弱性 CWE-134
書式文字列の問題
CVE-2007-2655 2012-09-25 16:47 2007-05-14 Show GitHub Exploit DB Packet Storm
191385 6.5 警告 monalbum - Monalbum の admin/admin_configuration.php における PHP コードを挿入される脆弱性 - CVE-2007-2647 2012-09-25 16:47 2007-05-14 Show GitHub Exploit DB Packet Storm
191386 9.4 危険 morovia - Morovia Barcode ActiveX Professional における任意のファイルを上書きされる脆弱性 - CVE-2007-2644 2012-09-25 16:47 2007-05-13 Show GitHub Exploit DB Packet Storm
191387 7.8 危険 heiko stamer - LibTMCG におけるプライベートカードに関する重要な情報を取得される脆弱性 - CVE-2007-2640 2012-09-25 16:47 2007-05-13 Show GitHub Exploit DB Packet Storm
191388 5 警告 MoinMoin - MoinMoin における特定のページを読まれる脆弱性 - CVE-2007-2637 2012-09-25 16:47 2007-05-13 Show GitHub Exploit DB Packet Storm
191389 6.8 警告 jason frisvold - phpTodo における脆弱性 - CVE-2007-2636 2012-09-25 16:47 2007-05-13 Show GitHub Exploit DB Packet Storm
191390 7.8 危険 interchange development group - Interchange におけるサービス運用妨害 (DoS) の脆弱性 - CVE-2007-2635 2012-09-25 16:47 2007-05-13 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:Jan. 20, 2025, 4:11 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
581 - - - An issue in the box_deserialize_string component of openlink virtuoso-opensource v7.2.11 allows attackers to cause a Denial of Service (DoS) via crafted SQL statements. - CVE-2024-57643 2025-01-17 01:15 2025-01-14 Show GitHub Exploit DB Packet Storm
582 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split_large_buddy() In split_large_buddy(), we might call… CWE-476
 NULL Pointer Dereference
CVE-2024-57881 2025-01-17 00:20 2025-01-12 Show GitHub Exploit DB Packet Storm
583 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: pltfrm: Dellocate HBA during ufshcd_pltfrm_remove() This will ensure that the scsi host is cleaned up properly using s… CWE-401
 Missing Release of Memory after Effective Lifetime
CVE-2024-57872 2025-01-17 00:19 2025-01-12 Show GitHub Exploit DB Packet Storm
584 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: scsi: megaraid_sas: Fix for a potential deadlock This fixes a 'possible circular locking dependency detected' warning CPU0 … CWE-667
 Improper Locking
CVE-2024-57807 2025-01-17 00:19 2025-01-11 Show GitHub Exploit DB Packet Storm
585 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: phy: rockchip: samsung-hdptx: Set drvdata before enabling runtime PM In some cases, rk_hdptx_phy_runtime_resume() may be invoked … CWE-476
 NULL Pointer Dereference
CVE-2024-57799 2025-01-17 00:19 2025-01-11 Show GitHub Exploit DB Packet Storm
586 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/modes: Avoid divide by zero harder in drm_mode_vrefresh() drm_mode_vrefresh() is trying to avoid divide by zero by checking w… CWE-369
 Divide By Zero
CVE-2024-56369 2025-01-17 00:18 2025-01-11 Show GitHub Exploit DB Packet Storm
587 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: util: Avoid accessing a ringbuffer not initialized yet If the KVP (or VSS) daemon starts before the VMBus channel's … CWE-476
 NULL Pointer Dereference
CVE-2024-55916 2025-01-17 00:18 2025-01-11 Show GitHub Exploit DB Packet Storm
588 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: netfilter: IDLETIMER: Fix for possible ABBA deadlock Deletion of the last rule referencing a given idletimer may happen at the sa… CWE-667
 Improper Locking
CVE-2024-54683 2025-01-17 00:18 2025-01-11 Show GitHub Exploit DB Packet Storm
589 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: block: Prevent potential deadlocks in zone write plug error recovery Zone write plugging for handling writes to zones of a zoned … CWE-667
 Improper Locking
CVE-2024-55642 2025-01-17 00:18 2025-01-11 Show GitHub Exploit DB Packet Storm
590 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: smb: client: fix TCP timers deadlock after rmmod Commit ef7134c7fc48 ("smb: client: Fix use-after-free of network namespace.") fi… CWE-667
 Improper Locking
CVE-2024-54680 2025-01-17 00:17 2025-01-11 Show GitHub Exploit DB Packet Storm