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
3251 6.5 警告
Network
LibreNMS LibreNMS LibreNMSにおけるSQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2020-36947 2026-02-4 18:39 2026-01-27 Show GitHub Exploit DB Packet Storm
3252 9.8 緊急
Network
tendenci tendenci tendenciにおけるCSV ファイル内の数式要素の中和に関する脆弱性 CWE-1236
CSV ファイル内の数式要素の不適切な中和
CVE-2020-36962 2026-02-4 18:39 2026-01-28 Show GitHub Exploit DB Packet Storm
3253 9.8 緊急
Network
Hasura Inc. GraphQL Engine Hasura Inc.のGraphQL EngineにおけるOS コマンドインジェクションの脆弱性 CWE-78
OSコマンド・インジェクション
CVE-2021-47748 2026-02-4 18:39 2026-01-21 Show GitHub Exploit DB Packet Storm
3254 5.5 警告
Local
Linux Linux Kernel LinuxのLinux Kernelにおける不特定の脆弱性 CWE-Other
その他
CVE-2023-53061 2026-02-4 18:39 2025-05-2 Show GitHub Exploit DB Packet Storm
3255 7.2 重要
Network
Grabaperch Perch GrabaperchのPerchにおける危険なタイプのファイルの無制限アップロードに関する脆弱性 CWE-434
危険なタイプのファイルの無制限アップロード
CVE-2023-53889 2026-02-4 18:39 2025-12-15 Show GitHub Exploit DB Packet Storm
3256 3.9
Physics
サムスン android サムスンのAndroidにおける不特定の脆弱性 CWE-Other
その他
CVE-2024-49422 2026-02-4 18:39 2024-12-31 Show GitHub Exploit DB Packet Storm
3257 7.8 重要
Local
Lenovo PCManager LenovoのPCManagerにおける制御されていない検索パスの要素に関する脆弱性 CWE-427
制御されていない検索パスの要素
CVE-2025-10581 2026-02-4 18:38 2025-10-15 Show GitHub Exploit DB Packet Storm
3258 8.1 重要
Network
Zoho Corporation ManageEngine Password Manager Pro
ManageEngine PAM360
ManageEngine Access Manager Plus
Zoho CorporationのManageEngine Access Manager Plus等の複数製品における認証の欠如に関する脆弱性 CWE-862
認証の欠如
CVE-2025-11669 2026-02-4 18:38 2026-01-13 Show GitHub Exploit DB Packet Storm
3259 5.3 警告
Network
Python Software Foundation Python Python Software FoundationのPythonにおける不正な型変換に関する脆弱性 CWE-704
不正な型変換またはキャスト
CVE-2025-12781 2026-02-4 18:38 2026-01-21 Show GitHub Exploit DB Packet Storm
3260 7.5 重要
Network
GNU Project GNU Libtasn1 GNU ProjectのGNU Libtasn1における境界外書き込みに関する脆弱性 CWE-787
境界外書き込み
CVE-2025-13151 2026-02-4 18:38 2026-01-7 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 10, 2026, 4:58 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
491 - - - 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
492 - - - 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
493 - - - 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
494 - - - 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
495 - - - 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
496 - - - 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
497 - - - In the Linux kernel, the following vulnerability has been resolved: USB: core: Limit the length of unkillable synchronous timeouts The usb_control_msg(), usb_bulk_msg(), and usb_interrupt_msg() API… New - CVE-2026-43428 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
498 - - - In the Linux kernel, the following vulnerability has been resolved: usb: class: cdc-wdm: fix reordering issue in read code path Quoting the bug report: Due to compiler optimization or CPU out-of-o… New - CVE-2026-43427 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
499 - - - In the Linux kernel, the following vulnerability has been resolved: usb: renesas_usbhs: fix use-after-free in ISR during device removal In usbhs_remove(), the driver frees resources (including the … New - CVE-2026-43426 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm
500 - - - In the Linux kernel, the following vulnerability has been resolved: usb: image: mdc800: kill download URB on timeout mdc800_device_read() submits download_urb and waits for completion. If the timeo… New - CVE-2026-43425 2026-05-9 00:16 2026-05-9 Show GitHub Exploit DB Packet Storm