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 9, 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
235801 7.8 危険 ヒューレット・パッカード - HP OV NNM の ovtopmd におけるサービス運用妨害 (DoS) の脆弱性 CWE-399
リソース管理の問題
CVE-2008-0212 2012-09-25 16:59 2008-02-4 Show GitHub Exploit DB Packet Storm
235802 4.3 警告 medialand - RotaBanner Local の account/index.html におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2008-0200 2012-09-25 16:59 2008-01-9 Show GitHub Exploit DB Packet Storm
235803 7.5 危険 netrisk - NetRisk の index.php における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2008-0185 2012-09-25 16:59 2008-01-9 Show GitHub Exploit DB Packet Storm
235804 4.3 警告 Liferay - Liferay Portal の Admin ポートレットにおけるクロスサイトリクエストフォージェリの脆弱性 CWE-352
同一生成元ポリシー違反
CVE-2008-0182 2012-09-25 16:59 2008-01-10 Show GitHub Exploit DB Packet Storm
235805 4.3 警告 Liferay - Liferay Portal の Admin ポートレットにおけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2008-0181 2012-09-25 16:59 2008-01-10 Show GitHub Exploit DB Packet Storm
235806 4.3 警告 Liferay - Liferay Portal におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2008-0180 2012-09-25 16:59 2008-01-10 Show GitHub Exploit DB Packet Storm
235807 2.6 注意 Liferay - Liferay Portal におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2008-0179 2012-09-25 16:59 2008-01-10 Show GitHub Exploit DB Packet Storm
235808 4.3 警告 Liferay - Liferay Portal におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2008-0178 2012-09-25 16:59 2008-02-4 Show GitHub Exploit DB Packet Storm
235809 6.8 警告 ikiwiki - ikiwiki の Plugin/passwordauth.pm における認証を回避される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2008-0169 2012-09-25 16:59 2008-06-3 Show GitHub Exploit DB Packet Storm
235810 4.3 警告 ikiwiki - Ikiwiki におけるクロスサイトリクエストフォージェリの脆弱性 CWE-352
同一生成元ポリシー違反
CVE-2008-0165 2012-09-25 16:59 2008-04-21 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 9, 2026, 5:07 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
311 - - - In the Linux kernel, the following vulnerability has been resolved: sched_ext: Remove redundant css_put() in scx_cgroup_init() The iterator css_for_each_descendant_pre() walks the cgroup hierarchy … New - CVE-2026-43438 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
312 - - - In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: fix use-after-free on linked stream runtime in snd_pcm_drain() In the drain loop, the local variable 'runtime' is reas… New - CVE-2026-43437 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
313 - - - 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… New - CVE-2026-43436 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
314 - - - 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… New - CVE-2026-43435 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
315 - - - In the Linux kernel, the following vulnerability has been resolved: rust_binder: check ownership before using vma When installing missing pages (or zapping them), Rust Binder will look up the vma i… New - CVE-2026-43434 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
316 - - - In the Linux kernel, the following vulnerability has been resolved: rust_binder: avoid reading the written value in offsets array When sending a transaction, its offsets array is first copied into … New - CVE-2026-43433 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
317 - - - 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… New - CVE-2026-43432 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
318 - - - 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… New - CVE-2026-43431 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
319 - - - In the Linux kernel, the following vulnerability has been resolved: usb: yurex: fix race in probe The bbu member of the descriptor must be set to the value standing for uninitialized values before … New - CVE-2026-43430 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
320 - - - In the Linux kernel, the following vulnerability has been resolved: USB: usbtmc: Use usb_bulk_msg_killable() with user-specified timeouts The usbtmc driver accepts timeout values specified by the u… New - CVE-2026-43429 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm