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 13, 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
252341 9.3 危険 マイクロソフト - Microsoft Excel における任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2011-1273 2011-06-24 10:07 2011-06-14 Show GitHub Exploit DB Packet Storm
252342 9.3 危険 マイクロソフト - Microsoft Excel における任意のコードを実行される脆弱性 CWE-20
不適切な入力確認
CVE-2011-1272 2011-06-24 10:06 2011-06-14 Show GitHub Exploit DB Packet Storm
252343 5.1 警告 マイクロソフト - Microsoft .NET Framework の JIT コンパイラにおけるアクセス制限を回避される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2011-1271 2011-06-24 10:05 2011-06-14 Show GitHub Exploit DB Packet Storm
252344 10 危険 マイクロソフト - Microsoft Windows の SMB クライアントにおける任意コードを実行される脆弱性 CWE-20
不適切な入力確認
CVE-2011-1268 2011-06-24 10:04 2011-06-14 Show GitHub Exploit DB Packet Storm
252345 7.8 危険 マイクロソフト - Microsoft Windows の Distributed File System 実装におけるサービス運用妨害 (システムハング) の脆弱性 CWE-399
リソース管理の問題
CVE-2011-1869 2011-06-24 10:03 2011-06-14 Show GitHub Exploit DB Packet Storm
252346 10 危険 マイクロソフト - Microsoft Windows の Distributed File System 実装における任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2011-1868 2011-06-24 10:01 2011-06-14 Show GitHub Exploit DB Packet Storm
252347 5.7 警告 Linux
レッドハット
- Linux kernel の RPC サーバソケット機能におけるサービス運用妨害 (クラッシュ) の脆弱性 CWE-399
リソース管理の問題
CVE-2011-0714 2011-06-23 11:48 2011-03-8 Show GitHub Exploit DB Packet Storm
252348 9.3 危険 マイクロソフト - Microsoft Windows の win32k.sys における任意のコードを実行される脆弱性 CWE-20
不適切な入力確認
CVE-2011-1873 2011-06-23 11:42 2011-06-14 Show GitHub Exploit DB Packet Storm
252349 10 危険 マイクロソフト - Microsoft Forefront Threat Management Gateway (TMG) 2010 クライアントの NSPLookupServiceNext 関数における任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2011-1889 2011-06-23 11:30 2011-06-14 Show GitHub Exploit DB Packet Storm
252350 9.3 危険 マイクロソフト - Microsoft .NET Framework および Silverlight における任意のコードを実行される脆弱性 CWE-20
不適切な入力確認
CVE-2011-0664 2011-06-23 11:29 2011-06-14 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 14, 2026, 4 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
301131 7.8 HIGH
Local
linux linux_kernel In the Linux kernel before 2.6.34, a range check issue in drivers/gpu/drm/radeon/atombios.c could cause an off by one (buffer overflow) problem. NOTE: At least one Linux maintainer believes that this… CWE-193
 Off-by-one Error
CVE-2010-5331 2024-11-21 10:23 2019-07-28 Show GitHub Exploit DB Packet Storm
301132 9.8 CRITICAL
Network
ui airos On certain Ubiquiti devices, Command Injection exists via a GET request to stainfo.cgi (aka Show AP info) because the ifname variable is not sanitized, as demonstrated by shell metacharacters. The fi… CWE-77
Command Injection
CVE-2010-5330 2024-11-21 10:23 2019-06-12 Show GitHub Exploit DB Packet Storm
301133 9.8 CRITICAL
Network
rockwellautomation rslogix
plc5_1785-lx_firmware
slc5\/01_1747-l5x_firmware
The potential exists for exposure of the product's password used to restrict unauthorized access to Rockwell PLC5/SLC5/0x/RSLogix 1785-Lx and 1747-L5x controllers. The potential exists for an unautho… CWE-284
Improper Access Control
CVE-2010-5305 2024-11-21 10:23 2019-03-27 Show GitHub Exploit DB Packet Storm
301134 5.5 MEDIUM
Local
linux linux_kernel The video_usercopy function in drivers/media/video/v4l2-ioctl.c in the Linux kernel before 2.6.39 relies on the count value of a v4l2_ext_controls data structure to determine a kmalloc size, which mi… CWE-399
 Resource Management Errors
CVE-2010-5329 2024-11-21 10:23 2017-04-24 Show GitHub Exploit DB Packet Storm
301135 4.3 MEDIUM
Physics
linux linux_kernel Memory leak in drivers/media/video/videobuf-core.c in the videobuf subsystem in the Linux kernel 2.6.x through 4.x allows local users to cause a denial of service (memory consumption) by leveraging /… CWE-772
 Missing Release of Resource after Effective Lifetime
CVE-2010-5321 2024-11-21 10:23 2017-04-24 Show GitHub Exploit DB Packet Storm
301136 5.5 MEDIUM
Local
linux linux_kernel include/linux/init_task.h in the Linux kernel before 2.6.35 does not prevent signals with a process group ID of zero from reaching the swapper process, which allows local users to cause a denial of s… CWE-20
 Improper Input Validation 
CVE-2010-5328 2024-11-21 10:23 2017-02-6 Show GitHub Exploit DB Packet Storm
301137 8.8 HIGH
Network
liferay liferay_portal Liferay Portal through 6.2.10 allows remote authenticated users to execute arbitrary shell commands via a crafted Velocity template. CWE-264
Permissions, Privileges, and Access Controls
CVE-2010-5327 2024-11-21 10:23 2017-01-14 Show GitHub Exploit DB Packet Storm
301138 9.8 CRITICAL
Network
redhat
linuxfoundation
oracle
enterprise_linux_server_eus
enterprise_linux_hpc_node
enterprise_linux_desktop
enterprise_linux_server
enterprise_linux_workstation
foomatic-filters
linux
enterprise_linux
Heap-based buffer overflow in the unhtmlify function in foomatic-rip in foomatic-filters before 4.0.6 allows remote attackers to cause a denial of service (memory corruption and crash) or possibly ex… CWE-119
Incorrect Access of Indexable Resource ('Range Error') 
CVE-2010-5325 2024-11-21 10:23 2016-04-15 Show GitHub Exploit DB Packet Storm
301139 - gehealthcare revolution_xq\/i The Acquisition Workstation for the GE Healthcare Revolution XQ/i has a password of adw3.1 for the sdc user, which has unspecified impact and attack vectors. NOTE: it is not clear whether this passw… CWE-255
Credentials Management
CVE-2010-5310 2024-11-21 10:23 2015-08-4 Show GitHub Exploit DB Packet Storm
301140 - gehealthcare cadstream_server_firmware GE Healthcare CADStream Server has a default password of confirma for the admin user, which has unspecified impact and attack vectors. CWE-255
Credentials Management
CVE-2010-5309 2024-11-21 10:23 2015-08-4 Show GitHub Exploit DB Packet Storm