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 9, 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
225231 5.5 警告 オラクル - Oracle Industry Applications の Oracle Retail Invoice Matching における System Administration に関する脆弱性 CWE-noinfo
情報不足
CVE-2013-3814 2013-10-17 17:33 2013-10-15 Show GitHub Exploit DB Packet Storm
225232 6.8 警告 VideoLAN - VideoLAN VLC media player の mp4a packetizer におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2013-4388 2013-10-17 17:19 2013-08-25 Show GitHub Exploit DB Packet Storm
225233 4.3 警告 オラクル - Oracle Fusion Middleware の Oracle Identity Manager における End User Self Service に関する脆弱性 CWE-noinfo
情報不足
CVE-2013-5798 2013-10-17 16:56 2013-10-15 Show GitHub Exploit DB Packet Storm
225234 4.3 警告 オラクル - Oracle Fusion Middleware の Oracle Containers for J2EE における Servlet Runtime に関する脆弱性 CWE-noinfo
情報不足
CVE-2013-5773 2013-10-17 16:50 2013-10-15 Show GitHub Exploit DB Packet Storm
225235 3.5 注意 オラクル - Oracle Fusion Middleware の Oracle Web Cache における ESI/Partial Page Caching に関する脆弱性 CWE-noinfo
情報不足
CVE-2013-3836 2013-10-17 16:49 2013-10-15 Show GitHub Exploit DB Packet Storm
225236 4.3 警告 オラクル - Oracle Fusion Middleware の Oracle Access Manager における Authentication Engine に関する脆弱性 CWE-noinfo
情報不足
CVE-2013-3833 2013-10-17 16:49 2013-10-15 Show GitHub Exploit DB Packet Storm
225237 5.5 警告 オラクル - Oracle Fusion Middleware の Oracle Portal における Demos に関する脆弱性 CWE-noinfo
情報不足
CVE-2013-3831 2013-10-17 16:48 2013-10-15 Show GitHub Exploit DB Packet Storm
225238 5 警告 オラクル - Oracle Fusion Middleware の Oracle Web Services における Test Page に関する脆弱性 CWE-noinfo
情報不足
CVE-2013-3828 2013-10-17 16:48 2013-10-15 Show GitHub Exploit DB Packet Storm
225239 6.8 警告 シスコシステムズ - Cisco NX-OS における権限を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2012-4121 2013-10-17 10:39 2013-10-8 Show GitHub Exploit DB Packet Storm
225240 4.3 警告 シスコシステムズ - Cisco NX-OS の BGP の実装におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2012-4099 2013-10-17 10:38 2013-10-4 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 9, 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
3021 7.3 HIGH
Network
- - Netis AC1200 Router NC21 V4.0.1.4296 is vulnerable to unauthenticated command injection via the /cgi-bin/skk_set.cgi endpoint. The password and new_pwd_confirm POST parameters are passed directly to … CWE-77
Command Injection
CVE-2026-36540 2026-05-28 23:16 2026-05-27 Show GitHub Exploit DB Packet Storm
3022 7.3 HIGH
Network
- - Netis AC1200 Router NC21 V4.0.1.4296 exposes a CGI endpoint /cgi-bin/skk_get.cgi that returns the entire router configuration as a JSON response with no authentication required. Any attacker on the L… CWE-200
Information Exposure
CVE-2026-36539 2026-05-28 23:16 2026-05-27 Show GitHub Exploit DB Packet Storm
3023 7.3 HIGH
Network
- - Netis AC1200 Router NC21 V4.0.1.4296 contains a hard-coded root credential stored in /etc/shadow.sample. The password for the root account is set to the trivially weak value root, allowing an attacke… CWE-798
 Use of Hard-coded Credentials
CVE-2026-36538 2026-05-28 23:16 2026-05-27 Show GitHub Exploit DB Packet Storm
3024 6.5 MEDIUM
Network
- - pam_usb provides hardware authentication for Linux using ordinary removable media. Prior to 0.9.0, pam_usb builds XPath expressions from user-supplied identifiers (PAM username, service name) and dev… CWE-91
Blind XPath Injection
CVE-2026-47273 2026-05-28 22:57 2026-05-28 Show GitHub Exploit DB Packet Storm
3025 6.3 MEDIUM
Local
- - pam_usb provides hardware authentication for Linux using ordinary removable media. Prior to 0.9.0, multiple pam_usb helper tools resolved external binaries through the PATH environment variable rathe… CWE-427
 Uncontrolled Search Path Element
CVE-2026-47274 2026-05-28 22:57 2026-05-28 Show GitHub Exploit DB Packet Storm
3026 5.7 MEDIUM
Local
- - pam_usb provides hardware authentication for Linux using ordinary removable media. Prior to 0.9.1, src/log.c contains a process-wide static pointer that is written on every PAM invocation with the ad… CWE-362
CWE-476
Race Condition
 NULL Pointer Dereference
CVE-2026-48066 2026-05-28 22:57 2026-05-28 Show GitHub Exploit DB Packet Storm
3027 5.1 MEDIUM
Local
- - pam_usb provides hardware authentication for Linux using ordinary removable media. Prior to 0.9.0, src/mem.c implemented out-of-memory guards for xmalloc(), xrealloc(), and xstrdup() using assert(dat… CWE-476
 NULL Pointer Dereference
CVE-2026-47271 2026-05-28 22:57 2026-05-28 Show GitHub Exploit DB Packet Storm
3028 7.1 HIGH
Local
- - pam_usb provides hardware authentication for Linux using ordinary removable media. Prior to 0.9.0, the pusb_pad_compare() function in src/pad.c only verified that the user-side pad (~/.pamusb/device.… CWE-287
CWE-908
Improper Authentication
 Use of Uninitialized Resource
CVE-2026-47272 2026-05-28 22:57 2026-05-28 Show GitHub Exploit DB Packet Storm
3029 6.7 MEDIUM
Local
- - pam_usb provides hardware authentication for Linux using ordinary removable media. Prior to 0.9.1, src/conf.c allocates heap memory proportional to n_devices, a count derived from libxml2 XPath evalu… CWE-122
CWE-190
Heap-based Buffer Overflow
 Integer Overflow or Wraparound
CVE-2026-48065 2026-05-28 22:57 2026-05-28 Show GitHub Exploit DB Packet Storm
3030 4.4 MEDIUM
Local
- - pam_usb provides hardware authentication for Linux using ordinary removable media. Prior to 0.9.1, src/evdev.c silently ignores EACCES errors when opening /dev/input/event* nodes, causing pusb_has_vi… CWE-390
CWE-693
 Detection of Error Condition Without Action
 Protection Mechanism Failure
CVE-2026-48792 2026-05-28 22:57 2026-05-28 Show GitHub Exploit DB Packet Storm