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 28, 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
246771 4.6 警告 freevms - FreeVMS の backup/src/vmsbackup.c におけるバッファオーバーフローの脆弱性 - CVE-2007-3124 2012-06-26 15:46 2007-06-7 Show GitHub Exploit DB Packet Storm
246772 5 警告 ClamAV - ClamAV の lunrar.c におけるサービス運用妨害 (DoS) の脆弱性 - CVE-2007-3123 2012-06-26 15:46 2007-05-31 Show GitHub Exploit DB Packet Storm
246773 5 警告 ClamAV - ClamAV の 構文解析エンジンにおけるスキャンを回避される脆弱性 - CVE-2007-3122 2012-06-26 15:46 2007-05-31 Show GitHub Exploit DB Packet Storm
246774 4.3 警告 aiocp - AIOCP の public/code/cp_dpage.php におけるクロスサイトスクリプティングの脆弱性 - CVE-2007-3120 2012-06-26 15:46 2007-06-7 Show GitHub Exploit DB Packet Storm
246775 4.3 警告 beatnik - Firefox の Andy Frank Beatnik 拡張におけるクロスサイトスクリプティングの脆弱性 - CVE-2007-3110 2012-06-26 15:46 2007-06-7 Show GitHub Exploit DB Packet Storm
246776 4.3 警告 Apache Software Foundation - Apache MyFaces Tomahawk の 特定の JSF アプリケーションにおけるクロスサイトスクリプティングの脆弱性 - CVE-2007-3101 2012-06-26 15:46 2007-06-18 Show GitHub Exploit DB Packet Storm
246777 5 警告 Castle Rock Computing - Castle Rock Computing SNMPc の SNMPc Server プロセスにおけるサービス運用妨害 (DoS) の脆弱性 - CVE-2007-3098 2012-06-26 15:46 2007-06-6 Show GitHub Exploit DB Packet Storm
246778 7.5 危険 F5 Networks - F5 FirePass 4100 SSL VPN の my.activation.php3 ファイルにおける Username 任意のシェルコマンドを実行される脆弱性 - CVE-2007-3097 2012-06-26 15:46 2007-06-6 Show GitHub Exploit DB Packet Storm
246779 7.5 危険 gaya design - Comicsense の index.php における SQL インジェクションの脆弱性 - CVE-2007-3088 2012-06-26 15:46 2007-06-6 Show GitHub Exploit DB Packet Storm
246780 4.9 警告 Agnitum - Agnitum Outpost Firewall PRO におけるサービス運用妨害 (DoS) の脆弱性 - CVE-2007-3086 2012-06-26 15:46 2007-06-6 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 29, 2026, 4:16 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
71 9.6 CRITICAL
Network
- - MeshCore Card provides MeshCore Lovelace card for Home Assistant. Prior to 0.3.3, Meshcore node names are rendered without HTML escaping in meshcore-card, allowing any node within direct or indirect … New CWE-79
Cross-site Scripting
CVE-2026-45323 2026-05-29 03:16 2026-05-29 Show GitHub Exploit DB Packet Storm
72 6.1 MEDIUM
Network
- - Speakr is a personal, self-hosted web application designed for transcribing audio recordings. Prior to 0.8.20-alpha, the is_safe_url() helper used to validate post-login redirect targets applied urlj… New CWE-601
Open Redirect
CVE-2026-45307 2026-05-29 03:16 2026-05-29 Show GitHub Exploit DB Packet Storm
73 6.5 MEDIUM
Network
- - pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev100, the fix for CVE-2026-33509 prevents setting storage_folder inside PKGDIR or userdir, but does NOT protect… New CWE-706
 Use of Incorrectly-Resolved Name or Reference
CVE-2026-45306 2026-05-29 03:16 2026-05-29 Show GitHub Exploit DB Packet Storm
74 - - - electerm is an open-sourced terminal/ssh/sftp/telnet/serialport/RDP/VNC/Spice/ftp client. In 3.8.8 and earlier, there is persistent local-pty code execution via imported bookmarks or compromised sync… New CWE-94
CWE-345
CWE-494
CWE-915
Code Injection
 Insufficient Verification of Data Authenticity
 Download of Code Without Integrity Check
 Improperly Controlled Modification of Dynamically-Determined Object Attributes
CVE-2026-45058 2026-05-29 03:16 2026-05-29 Show GitHub Exploit DB Packet Storm
75 - - - bzip2 contains an off‑by‑one error in the bzip2recover utility. When processing a specially crafted file, the application performs an out‑of‑bounds write to a global buffer, resulting in memory corru… New CWE-787
 Out-of-bounds Write
CVE-2026-42250 2026-05-29 03:16 2026-05-28 Show GitHub Exploit DB Packet Storm
76 7.8 HIGH
Local
- - gix-submodule before 0.29.0 (gitoxide before 0.5.21, gix before 0.84.0) incorrectly validates the update field in .gitmodules, allowing attackers to bypass the CommandForbiddenInModulesConfiguration … New CWE-77
Command Injection
CVE-2026-40034 2026-05-29 03:16 2026-05-27 Show GitHub Exploit DB Packet Storm
77 4.2 MEDIUM
Network
- - PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, PyJWKClient passes its uri argument directly to urllib.request.urlopen() which uses Python stdlib's default OpenerDirector registe… New CWE-441
CWE-918
Confused Deputy
Server-Side Request Forgery (SSRF) 
CVE-2026-48522 2026-05-29 03:03 2026-05-29 Show GitHub Exploit DB Packet Storm
78 7.4 HIGH
Network
- - PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, when the verifier is decoding JSON Web Tokens, while supporting both asymmetric and HMAC algorithms, the library does not validate… New CWE-287
CWE-347
Improper Authentication
 Improper Verification of Cryptographic Signature
CVE-2026-48526 2026-05-29 03:03 2026-05-29 Show GitHub Exploit DB Packet Storm
79 5.4 MEDIUM
Network
- - PyJWT is a JSON Web Token implementation in Python. From 2.9.0 to 2.12.1, there is a verifier-side algorithm allow-list bypass when jwt.decode() or jwt.decode_complete() are called with a PyJWK key. … New CWE-347
 Improper Verification of Cryptographic Signature
CVE-2026-48523 2026-05-29 03:03 2026-05-29 Show GitHub Exploit DB Packet Storm
80 3.7 LOW
Network
- - PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, PyJWKClient.get_signing_key() forces a fresh HTTP request to the JWKS endpoint for every JWT with an unknown kid value, with no ra… New CWE-460
CWE-755
 Improper Cleanup on Thrown Exception
 Improper Handling of Exceptional Conditions
CVE-2026-48524 2026-05-29 03:03 2026-05-29 Show GitHub Exploit DB Packet Storm