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, 6 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
237181 10 危険 マイクロソフト
provideo
- ISSCamControl.dll の Provideo Camimage ActiveX コントロールにおけるバッファオーバーフローの脆弱性 - CVE-2007-3111 2012-09-25 16:47 2007-06-7 Show GitHub Exploit DB Packet Storm
237182 6.4 警告 マイクロソフト - Microsoft FrontPage の htimage.exe における Web ルートの配下の任意のファイルの存在などを決定される脆弱性 - CVE-2007-3109 2012-09-25 16:47 2007-06-7 Show GitHub Exploit DB Packet Storm
237183 6.8 警告 pblang - PBL の login.php におけるディレクトリトラバーサルの脆弱性 - CVE-2007-3096 2012-09-25 16:47 2007-06-6 Show GitHub Exploit DB Packet Storm
237184 9.3 危険 マイクロソフト - Microsoft Internet Explorer 6 における page プロパティを偽装される脆弱性 - CVE-2007-3092 2012-09-25 16:47 2007-06-6 Show GitHub Exploit DB Packet Storm
237185 7.8 危険 peercast - Peercast における重要な情報を取得される脆弱性 - CVE-2007-3087 2012-09-25 16:47 2007-06-6 Show GitHub Exploit DB Packet Storm
237186 7.5 危険 pbsite - PBSite における PHP リモートファイルインクルージョンの脆弱性 - CVE-2007-3085 2012-09-25 16:47 2007-06-6 Show GitHub Exploit DB Packet Storm
237187 7.5 危険 hunkaray okul - Hunkaray Okul Portaly の haberoku.asp における SQL インジェクションの脆弱性 - CVE-2007-3080 2012-09-25 16:47 2007-06-6 Show GitHub Exploit DB Packet Storm
237188 7.8 危険 マイクロソフト - Microsoft Internet Explorer におけるディレクトリトラバーサルの脆弱性 - CVE-2007-3075 2012-09-25 16:47 2007-06-6 Show GitHub Exploit DB Packet Storm
237189 4.3 警告 Mozilla Foundation - Mozilla Firefox におけるローカル Firefox インストールディレクトリのファイルを読まれる脆弱性 CWE-200
情報漏えい
CVE-2007-3074 2012-09-25 16:47 2007-01-18 Show GitHub Exploit DB Packet Storm
237190 7.5 危険 mealex - My Databook の diary.php における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2007-3063 2012-09-25 16:47 2007-06-5 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
921 - - - In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix runtime suspend deadlock when there is pending job The runtime suspend callback drains the running job workque… - CVE-2026-43446 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
922 - - - In the Linux kernel, the following vulnerability has been resolved: e1000/e1000e: Fix leak in DMA error cleanup If an error is encountered while mapping TX buffers, the driver should unmap any buff… - CVE-2026-43445 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
923 - - - In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Unreserve bo if queue update failed Error handling path should unreserve bo then return failed. (cherry picked from … - CVE-2026-43444 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
924 - - - In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp-mach-common: Add missing error check for clock acquisition The acp_card_rt5682_init() and acp_card_rt5682s_init() … - CVE-2026-43443 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
925 - - - In the Linux kernel, the following vulnerability has been resolved: net/mana: Null service_wq on setup error to prevent double destroy In mana_gd_setup() error path, set gc->service_wq to NULL afte… - CVE-2026-43440 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
926 - - - In the Linux kernel, the following vulnerability has been resolved: cgroup: fix race between task migration and iteration When a task is migrated out of a css_set, cgroup_migrate_add_task() first m… - CVE-2026-43439 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
927 - - - In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Check endpoint numbers at parsing Scarlett2 mixer interfaces The Scarlett2 mixer quirk in USB-audio driver may h… - CVE-2026-43436 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
928 - - - In the Linux kernel, the following vulnerability has been resolved: rust_binder: fix oneway spam detection The spam detection logic in TreeRange was executed before the current request was inserted… - CVE-2026-43435 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
929 - - - In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Fix memory leak in xhci_disable_slot() xhci_alloc_command() allocates a command structure and, when the second argumen… - CVE-2026-43432 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
930 - - - In the Linux kernel, the following vulnerability has been resolved: xhci: Fix NULL pointer dereference when reading portli debugfs files Michal reported and debgged a NULL pointer dereference bug i… - CVE-2026-43431 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm