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 21, 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
247751 7.5 危険 futuresoft - FutureSoft TFTP Server MT におけるヒープベースのバッファオーバーフローの脆弱性 - CVE-2006-4781 2012-06-26 15:37 2006-09-14 Show GitHub Exploit DB Packet Storm
247752 7.5 危険 cchost - Creative Commons Tools ccHost における SQL インジェクションの脆弱性 - CVE-2006-4778 2012-06-26 15:37 2006-09-14 Show GitHub Exploit DB Packet Storm
247753 7.5 危険 gtasoft - p4CMS の abf_js.php における PHP リモートファイルインクルージョンの脆弱性 - CVE-2006-4769 2012-06-26 15:37 2006-09-13 Show GitHub Exploit DB Packet Storm
247754 4.3 警告 benjamin pasero and tobias eichert - Benjamin Pasero および Tobias Eichert RSSOwl におけるクロスサイトスクリプティングの脆弱性 - CVE-2006-4760 2012-06-26 15:37 2006-09-13 Show GitHub Exploit DB Packet Storm
247755 4.6 警告 e107.org - e107 の管理セクションにおける SQL インジェクションの脆弱性 - CVE-2006-4757 2012-06-26 15:37 2006-09-13 Show GitHub Exploit DB Packet Storm
247756 6.8 警告 comscripts - PHProg の index.php におけるクロスサイトスクリプティングの脆弱性 - CVE-2006-4754 2012-06-26 15:37 2006-09-13 Show GitHub Exploit DB Packet Storm
247757 5 警告 comscripts - PHProg の index.php におけるディレクトリトラバーサルの脆弱性 - CVE-2006-4753 2012-06-26 15:37 2006-09-13 Show GitHub Exploit DB Packet Storm
247758 7.5 危険 bugada andrea - phpATM における PHP リモートファイルインクルージョンの脆弱性 - CVE-2006-4749 2012-06-26 15:37 2006-09-13 Show GitHub Exploit DB Packet Storm
247759 7.5 危険 f-art agency - F-ART BLOG:CMS における SQL インジェクションの脆弱性 - CVE-2006-4748 2012-06-26 15:37 2006-09-13 Show GitHub Exploit DB Packet Storm
247760 7.5 危険 comscripts - Web Server Creator の news/include/customize.php における PHP リモートファイルインクルージョンの脆弱性 - CVE-2006-4746 2012-06-26 15:37 2006-09-13 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 21, 2026, 4:10 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
1811 3.0 LOW
Local
- - ciguard is a static security auditor for CI/CD pipelines. From 0.1.0 to 0.8.1, the published ghcr.io/jo-jo98/ciguard container image inherits the default root user because the Dockerfile lacks a USER… CWE-269
 Improper Privilege Management
CVE-2026-44218 2026-05-14 02:02 2026-05-13 Show GitHub Exploit DB Packet Storm
1812 3.7 LOW
Network
- - ciguard is a static security auditor for CI/CD pipelines. From 0.6.0 to 0.8.1, both SCA HTTP clients (src/ciguard/analyzer/sca/osv.py and src/ciguard/analyzer/sca/endoflife.py) call payload = json.lo… CWE-770
 Allocation of Resources Without Limits or Throttling
CVE-2026-44219 2026-05-14 02:02 2026-05-13 Show GitHub Exploit DB Packet Storm
1813 3.2 LOW
Local
- - ciguard is a static security auditor for CI/CD pipelines. From 0.8.0 to 0.8.1 , the discover_pipeline_files() function in src/ciguard/discovery.py walks a directory tree following symlinks, with cycl… CWE-59
Link Following
CVE-2026-44220 2026-05-14 02:02 2026-05-13 Show GitHub Exploit DB Packet Storm
1814 4.4 MEDIUM
Local
jqlang jq jq is a command-line JSON processor. In 1.8.1 and earlier, jq accepts embedded NUL bytes in import paths at the jq-language level, but later resolves those paths through C string operations during mo… CWE-20
CWE-158
 Improper Input Validation 
 Improper Neutralization of Null Byte or NUL Character
CVE-2026-43895 2026-05-14 02:02 2026-05-12 Show GitHub Exploit DB Packet Storm
1815 5.5 MEDIUM
Local
jqlang jq jq is a command-line JSON processor. In 1.8.1 and earlier, when decNumberFromString is given a number literal of INT_MAX-1 (2147483646) digits, the D2U() macro overflows during signed-int arithmetic.… CWE-190
 Integer Overflow or Wraparound
CVE-2026-43894 2026-05-14 02:01 2026-05-12 Show GitHub Exploit DB Packet Storm
1816 5.5 MEDIUM
Local
jqlang jq jq is a command-line JSON processor. In 1.8.1 and earlier, the jq bytecode VM's data stack tracks its allocation size in a signed int. When the stack grows beyond ≈1 GiB (via deeply nested generator … CWE-190
CWE-787
 Integer Overflow or Wraparound
 Out-of-bounds Write
CVE-2026-41257 2026-05-14 02:01 2026-05-12 Show GitHub Exploit DB Packet Storm
1817 5.5 MEDIUM
Local
jqlang jq jq is a command-line JSON processor. In 1.8.1 and earlier, Top-level jq programs loaded from a file with -f are truncated at the first embedded NUL byte on current upstream HEAD. A crafted filter fil… CWE-158
 Improper Neutralization of Null Byte or NUL Character
CVE-2026-41256 2026-05-14 02:00 2026-05-12 Show GitHub Exploit DB Packet Storm
1818 8.4 HIGH
Local
- - JunoClaw is an agentic AI platform built on Juno Network. Prior to 0.x.y-security-1, plugin-shell's run_command wrapped every agent-supplied command in 'sh -c' / 'cmd /C' and passed the full argument… CWE-77
CWE-78
Command Injection
OS Command 
CVE-2026-43990 2026-05-14 02:00 2026-05-13 Show GitHub Exploit DB Packet Storm
1819 8.4 HIGH
Local
- - JunoClaw is an agentic AI platform built on Juno Network. Prior to 0.x.y-security-1, substring-based blocklist in plugin-shell's command-safety check could be bypassed by adversarial argument constru… CWE-78
CWE-184
OS Command 
 Incomplete Blacklist
CVE-2026-43991 2026-05-14 02:00 2026-05-13 Show GitHub Exploit DB Packet Storm
1820 9.8 CRITICAL
Network
- - JunoClaw is an agentic AI platform built on Juno Network. Prior to 0.x.y-security-1, every MCP write tool (send_tokens, execute_contract, instantiate_contract, upload_wasm, ibc_transfer, etc.) accept… CWE-200
CWE-312
CWE-522
CWE-532
Information Exposure
 Cleartext Storage of Sensitive Information
 Insufficiently Protected Credentials
 Inclusion of Sensitive Information in Log Files
CVE-2026-43992 2026-05-14 02:00 2026-05-13 Show GitHub Exploit DB Packet Storm