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 11, 2026, 6:01 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
252231 5 警告 JSecurity
Apache Software Foundation
- Apache Shiro および JSecurity におけるアクセス制限を回避される脆弱性 CWE-22
パス・トラバーサル
CVE-2010-3863 2011-06-10 09:52 2010-11-5 Show GitHub Exploit DB Packet Storm
252232 4.3 警告 Apache Software Foundation - Apache CouchDB の Web 管理インターフェースにおけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2010-3854 2011-06-10 09:52 2011-01-28 Show GitHub Exploit DB Packet Storm
252233 4.3 警告 The Dojo Foundation
Apache Software Foundation
- Apache Struts などで利用される Dojo におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2007-6726 2011-06-10 09:51 2009-04-9 Show GitHub Exploit DB Packet Storm
252234 4.3 警告 Apache Software Foundation - Apache Struts の LookupDispatchAction、DispatchAction および ActionDispatcher におけるクロスサイトスクリプティングの脆弱性 - CVE-2006-1548 2011-06-10 09:50 2006-03-30 Show GitHub Exploit DB Packet Storm
252235 7.8 危険 Apache Software Foundation - Apache Struts (with BeanUtils) の ActionForm におけるサービス運用妨害 (DoS) の脆弱性 - CVE-2006-1547 2011-06-10 09:50 2006-03-30 Show GitHub Exploit DB Packet Storm
252236 4.3 警告 Apache Software Foundation
レッドハット
- Apache Struts におけるクロスサイトスクリプティングの脆弱性 - CVE-2005-3745 2011-06-10 09:49 2005-11-22 Show GitHub Exploit DB Packet Storm
252237 4.6 警告 Linux
レッドハット
- Linux kernel の bond_select_queue 関数におけるサービス運用妨害 (DoS)の脆弱性 CWE-20
不適切な入力確認
CVE-2011-1581 2011-06-9 10:31 2011-05-18 Show GitHub Exploit DB Packet Storm
252238 10 危険 Google
レッドハット
- Google Chrome におけるアドレスバーを偽装される脆弱性 CWE-DesignError
CVE-2010-3115 2011-06-9 10:30 2010-08-19 Show GitHub Exploit DB Packet Storm
252239 10 危険 Google
レッドハット
- Google Chrome の text-editing 実装における脆弱性 CWE-399
リソース管理の問題
CVE-2010-3114 2011-06-9 10:30 2010-08-19 Show GitHub Exploit DB Packet Storm
252240 10 危険 Google
レッドハット
- Google Chrome におけるサービス運用妨害 (DoS) の脆弱性 CWE-119
バッファエラー
CVE-2010-3113 2011-06-9 10:29 2010-08-19 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 11, 2026, 4:09 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
257941 6.5 MEDIUM
Network
jenkins config_file_provider The Config File Provider Plugin is used to centrally manage configuration files that often include secrets, such as passwords. Users with only Overall/Read access to Jenkins were able to access URLs … CWE-269
 Improper Privilege Management
CVE-2017-1000104 2024-11-21 12:04 2017-10-5 Show GitHub Exploit DB Packet Storm
257942 6.5 MEDIUM
Network
haxx curl curl supports "globbing" of URLs, in which a user can pass a numerical range to have the tool iterate over those numbers to do a sequence of transfers. In the globbing function that parses the numeri… CWE-119
Incorrect Access of Indexable Resource ('Range Error') 
CVE-2017-1000101 2024-11-21 12:04 2017-10-5 Show GitHub Exploit DB Packet Storm
257943 6.5 MEDIUM
Network
haxx libcurl When doing a TFTP transfer and curl/libcurl is given a URL that contains a very long file name (longer than about 515 bytes), the file name is truncated to fit within the buffer boundaries, but the b… CWE-200
Information Exposure
CVE-2017-1000100 2024-11-21 12:04 2017-10-5 Show GitHub Exploit DB Packet Storm
257944 6.5 MEDIUM
Network
haxx libcurl When asking to get a file from a file:// URL, libcurl provides a feature that outputs meta-data about the file using HTTP-like headers. The code doing this would send the wrong buffer to the user (st… CWE-200
Information Exposure
CVE-2017-1000099 2024-11-21 12:04 2017-10-5 Show GitHub Exploit DB Packet Storm
257945 7.5 HIGH
Network
golang go The net/http package's Request.ParseMultipartForm method starts writing to temporary files once the request body size surpasses the given "maxMemory" limit. It was possible for an attacker to generat… CWE-769
 DEPRECATED: Uncontrolled File Descriptor Consumption
CVE-2017-1000098 2024-11-21 12:04 2017-10-5 Show GitHub Exploit DB Packet Storm
257946 7.5 HIGH
Network
golang go On Darwin, user's trust preferences for root certificates were not honored. If the user had a root certificate loaded in their Keychain that was explicitly not trusted, a Go program would still verif… CWE-295
Improper Certificate Validation 
CVE-2017-1000097 2024-11-21 12:04 2017-10-5 Show GitHub Exploit DB Packet Storm
257947 8.8 HIGH
Network
jenkins pipeline\ Arbitrary code execution due to incomplete sandbox protection: Constructors, instance variable initializers, and instance initializers in Pipeline scripts were not subject to sandbox protection, and … CWE-732
 Incorrect Permission Assignment for Critical Resource
CVE-2017-1000096 2024-11-21 12:04 2017-10-5 Show GitHub Exploit DB Packet Storm
257948 6.5 MEDIUM
Network
jenkins docker_commons Docker Commons Plugin provides a list of applicable credential IDs to allow users configuring a job to select the one they'd like to use to authenticate with a Docker Registry. This functionality did… CWE-200
Information Exposure
CVE-2017-1000094 2024-11-21 12:04 2017-10-5 Show GitHub Exploit DB Packet Storm
257949 6.5 MEDIUM
Network
jenkins script_security The default whitelist included the following unsafe entries: DefaultGroovyMethods.putAt(Object, String, Object); DefaultGroovyMethods.getAt(Object, String). These allowed circumventing many of the ac… CWE-732
 Incorrect Permission Assignment for Critical Resource
CVE-2017-1000095 2024-11-21 12:04 2017-10-5 Show GitHub Exploit DB Packet Storm
257950 8.8 HIGH
Network
jenkins poll_scm Poll SCM Plugin was not requiring requests to its API be sent via POST, thereby opening itself to Cross-Site Request Forgery attacks. This allowed attackers to initiate polling of projects with a kno… CWE-352
 Origin Validation Error
CVE-2017-1000093 2024-11-21 12:04 2017-10-5 Show GitHub Exploit DB Packet Storm