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":June 29, 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
202471 5.3 警告
Network
シスコシステムズ - Cisco Intrusion Prevention System Device Manager の Web ベースの管理インターフェースにおける重要な情報を表示される脆弱性 CWE-200
情報漏えい
CVE-2017-3842 2017-03-10 16:02 2017-02-15 Show GitHub Exploit DB Packet Storm
202472 7.5 重要
Network
シスコシステムズ - Cisco Secure Access Control System の Web インターフェースにおける重要な情報を公開される脆弱性 CWE-200
情報漏えい
CVE-2017-3841 2017-03-10 16:02 2017-02-15 Show GitHub Exploit DB Packet Storm
202473 6.1 警告
Network
シスコシステムズ - Cisco Secure Access Control System の Web インターフェースにおけるオープンリダイレクトの脆弱性 CWE-601
オープンリダイレクト
CVE-2017-3840 2017-03-10 16:02 2017-02-15 Show GitHub Exploit DB Packet Storm
202474 4.3 警告
Network
シスコシステムズ - Cisco Secure Access Control System の Web ベースのユーザインターフェースにおける XML 外部エンティティの脆弱性 CWE-20
不適切な入力確認
CVE-2017-3839 2017-03-10 16:02 2017-02-15 Show GitHub Exploit DB Packet Storm
202475 6.1 警告
Network
シスコシステムズ - Cisco Secure Access Control System における DOM ベースのクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2017-3838 2017-03-10 16:02 2017-02-15 Show GitHub Exploit DB Packet Storm
202476 8.1 重要
Network
シスコシステムズ - Cisco Meeting Server の Web Bridge インターフェースにおけるメモリの内容を取得される脆弱性 CWE-20
不適切な入力確認
CVE-2017-3837 2017-03-10 16:02 2017-02-15 Show GitHub Exploit DB Packet Storm
202477 6.1 警告
Network
シスコシステムズ - Cisco Unified Communications Manager の serviceability ページにおける反射型クロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2017-3821 2017-03-10 16:02 2017-02-15 Show GitHub Exploit DB Packet Storm
202478 5.5 警告
Local
icoutils project - icoutils の extract.c ソースファイルの simple_vec 関数におけるバッファオーバーフローの脆弱性 CWE-125
境界外読み取り
CVE-2017-6011 2017-03-10 16:01 2017-02-3 Show GitHub Exploit DB Packet Storm
202479 5.5 警告
Local
icoutils project - icoutils の extract.c ソースファイルの extract_icons 関数におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2017-6010 2017-03-10 16:01 2017-02-3 Show GitHub Exploit DB Packet Storm
202480 5.5 警告
Local
icoutils project - icoutils の restable.c ソースファイルの decode_ne_resource_id 関数におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2017-6009 2017-03-10 16:01 2017-02-3 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 30, 2026, 4:22 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
4331 6.5 MEDIUM
Network
- - Spring Kafka's retry topic infrastructure did not sufficiently validate user-controlled header values before acting on them. A producer could send a record with a crafted retry_topic-attempts header … CWE-20
 Improper Input Validation 
CVE-2026-41727 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm
4332 6.5 MEDIUM
Network
- - When an application opts into DelegatingDeserializer, a producer can grow the consumer's heap without bound by sending records with unique random spring.kafka.serialization.selector header values, ev… CWE-770
 Allocation of Resources Without Limits or Throttling
CVE-2026-41726 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm
4333 5.9 MEDIUM
Network
- - Spring Data Commons contains a vulnerability that can lead to a Denial of Service (DoS) condition if Spring Data Web Support is enabled in conjunction with a Controller method using @ProjectedPayload… CWE-400
 Uncontrolled Resource Consumption
CVE-2026-41721 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm
4334 6.4 MEDIUM
Network
- - A SpEL Injection vulnerability exists in the Spring Data KeyValue if unsanitized user input is passed as Sort into a repository query method that delegates evaluation to the SpelPropertyComparator. … CWE-917
 Improper Neutralization of Special Elements used in an Expression Language Statement ('Expression Language Injection')
CVE-2026-41719 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm
4335 8.1 HIGH
Network
- - Spring Data MongoDB contains a SpEL (Spring Expression Language) expression injection vulnerability. The issue occurs during parameter binding when a user-defined repository query method is annotated… CWE-917
 Improper Neutralization of Special Elements used in an Expression Language Statement ('Expression Language Injection')
CVE-2026-41717 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm
4336 7.5 HIGH
Network
- - Spring Data's internal property-lookup cache accepts and permanently retains attacker-supplied strings as cache keys, allowing heap exhaustion through repeated requests. Affected versions: Spring Da… CWE-770
 Allocation of Resources Without Limits or Throttling
CVE-2026-41716 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm
4337 4.0 MEDIUM
Network
- - Applications that configure their broker connection via RabbitConnectionFactoryBean.setUri("amqps://...") without also calling setUseSSL(true) get TLS encryption with no certificate validation and no… CWE-295
Improper Certificate Validation 
CVE-2026-41714 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm
4338 5.9 MEDIUM
Network
- - Applications using Spring Data Commons may be vulnerable to a Denial of Service (DoS) attack leading to a StackOverflowException when parsing Sort parameters. Affected versions: Spring Data Commons … CWE-400
 Uncontrolled Resource Consumption
CVE-2026-41711 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm
4339 6.1 MEDIUM
Network
- - Spring Security's CookieRequestCache and CookieServerRequestCache store the pre-authentication request URL in a browser cookie so that users can be redirected back to their intended destination after… CWE-601
Open Redirect
CVE-2026-41706 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm
4340 4.4 MEDIUM
Network
- - Correlation IDs for replies in the RabbitTemplate.sendAndReceive() with the fixed reply queue are predictable due to internal simple counter. Affected versions: Spring AMQP 4.0.0 through 4.0.3; 3.2.… CWE-330
 Use of Insufficiently Random Values
CVE-2026-41701 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm