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 5, 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
223781 5.8 警告 Novell - Novell ZENworks Configuration Management の zcc-framework.jar におけるオープンリダイレクトの脆弱性 CWE-20
不適切な入力確認
CVE-2013-1093 2013-11-13 14:11 2013-06-3 Show GitHub Exploit DB Packet Storm
223782 10 危険 Novell - Novell ZENworks Configuration Management の Web サーバにおけるディレクトリトラバーサルの脆弱性 CWE-287
不適切な認証
CVE-2013-1080 2013-11-13 14:09 2013-02-21 Show GitHub Exploit DB Packet Storm
223783 3.5 注意 IBM - IBM Lotus Sametime の Enterprise Meeting Server におけるチャットメッセージの送信元を偽装される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2013-3044 2013-11-13 14:04 2013-11-7 Show GitHub Exploit DB Packet Storm
223784 3.5 注意 IBM - IBM Lotus Sametime の Enterprise Meeting Server における共有リンク元を偽装される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2013-0537 2013-11-13 13:51 2013-11-7 Show GitHub Exploit DB Packet Storm
223785 1.9 注意 Linux - Linux Kernel の Human Interface Device サブシステムにおける重要な情報を取得される脆弱性 CWE-119
バッファエラー
CVE-2013-2898 2013-11-12 17:29 2013-08-28 Show GitHub Exploit DB Packet Storm
223786 1.2 注意 Jeff Ortel
Novell
レッドハット
- suds の cache.py における SOAP クエリをリダイレクトされる脆弱性 CWE-59
リンク解釈の問題
CVE-2013-2217 2013-11-12 17:26 2013-06-29 Show GitHub Exploit DB Packet Storm
223787 10 危険 アップル
サン・マイクロシステムズ
オラクル
- Oracle Java SE の Java Runtime Environment における Deployment の処理に関する脆弱性 CWE-noinfo
情報不足
CVE-2013-0446 2013-11-12 17:14 2013-02-1 Show GitHub Exploit DB Packet Storm
223788 5 警告 Apache Software Foundation - Apache CXF の ストリーミング XML パーサにおけるサービス運用妨害 (DoS) の脆弱性 CWE-399
リソース管理の問題
CVE-2013-2160 2013-11-12 17:02 2013-07-9 Show GitHub Exploit DB Packet Storm
223789 4.3 警告 アップル
サン・マイクロシステムズ
オラクル
- Oracle Java SE の Java Runtime Environment における Deployment の処理に関する脆弱性 CWE-noinfo
情報不足
CVE-2013-0438 2013-11-12 16:46 2013-02-1 Show GitHub Exploit DB Packet Storm
223790 7.5 危険 Igor Sysoev - nginx の http/ngx_http_parse.c におけるサービス運用妨害 (DoS) の脆弱性 CWE-189
数値処理の問題
CVE-2013-2028 2013-11-12 16:44 2013-05-7 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 5, 2026, 4:11 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
211 4.7 MEDIUM
Local
- - OP-TEE is a Trusted Execution Environment (TEE) designed as companion to a non-secure Linux kernel running on Arm; Cortex-A cores using the TrustZone technology. Prior to version 4.11.0, on many of t… New CWE-347
 Improper Verification of Cryptographic Signature
CVE-2026-45614 2026-06-5 00:35 2026-06-4 Show GitHub Exploit DB Packet Storm
212 7.8 HIGH
Local
- - A network man-in-the-middle between nats-sync and the BOSH director can steal the director credentials (Basic auth header or UAA client secret) and can tamper with the VM list that is written into th… New CWE-295
Improper Certificate Validation 
CVE-2026-41859 2026-06-5 00:35 2026-06-4 Show GitHub Exploit DB Packet Storm
213 8.2 HIGH
Local
- - PackagePersister.validate_tgz builds "tar -tf #{tgz} 2>&1" where tgz = File.join(release_dir, 'packages', "#{name}.tgz") and name = package_meta['name'] comes directly from release.MF inside the uplo… New CWE-78
OS Command 
CVE-2026-41011 2026-06-5 00:35 2026-06-4 Show GitHub Exploit DB Packet Storm
214 7.5 HIGH
Network
- - Weak Randomness / Insecure Cryptographic Primitive (CWE-338) in Get-RandomPassword in BOSH-Ecosystem / windows-utilities-release allows a network attacker to estimate VM boot time and reconstruct a s… New CWE-338
 Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)
CVE-2026-41858 2026-06-5 00:35 2026-06-4 Show GitHub Exploit DB Packet Storm
215 8.8 HIGH
Local
- - CWE-326 in BOSH allows a local attacker to steal Basic-auth credentials or redirect UAA token requests via MITM. HttpRequestHelper#create_async_endpoint and #send_http_get_request_synchronous hard-co… New CWE-326
Inadequate Encryption Strength
CVE-2026-41860 2026-06-5 00:35 2026-06-4 Show GitHub Exploit DB Packet Storm
216 8.2 HIGH
Local
- - ReleaseJob#unpack builds job_dir = File.join(@release_dir, 'jobs', name) and job_tgz = File.join(@release_dir, 'jobs', "#{name}.tgz") where name returns @job_meta['name'], a value taken verbatim from… New CWE-78
OS Command 
CVE-2026-41010 2026-06-5 00:35 2026-06-4 Show GitHub Exploit DB Packet Storm
217 6.7 MEDIUM
Local
- - A flaw was found in NetworkManager. This local privilege escalation vulnerability exists in NetworkManager's dhclient backend when processing malformed Manufacturer Usage Description (MUD) URLs. A lo… New CWE-78
OS Command 
CVE-2026-10805 2026-06-5 00:35 2026-06-4 Show GitHub Exploit DB Packet Storm
218 9.6 CRITICAL
Network
- - A flaw was found in the OpenShift Pipelines operator. The tekton-scheduler-rolebinding ClusterRoleBinding grants the system:authenticated group write access to Kueue and cert-manager custom resources… New CWE-732
 Incorrect Permission Assignment for Critical Resource
CVE-2026-10840 2026-06-5 00:35 2026-06-4 Show GitHub Exploit DB Packet Storm
219 7.2 HIGH
Network
- - A flaw was found in the OpenShift Cloud Credential Operator Mint-mode IAM policies for AWS. Operator credentials are provisioned with account-wide scope for destructive actions rather than being rest… New CWE-250
 Execution with Unnecessary Privileges
CVE-2026-10843 2026-06-5 00:35 2026-06-4 Show GitHub Exploit DB Packet Storm
220 9.6 CRITICAL
Adjacent
- - OS Command Injection Remote Code Execution Vulnerability in API in Progress ADC Products allows an un-authenticated attacker to execute arbitrary commands on the LoadMaster appliance by exploiting un… New CWE-77
Command Injection
CVE-2026-8037 2026-06-5 00:35 2026-06-4 Show GitHub Exploit DB Packet Storm