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 11, 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
207231 7.5 危険 Google - Google Chrome で使用される Blink の core/frame/LocalFrame.cpp の LocalFrame::isURLAllowed 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2015-1284 2015-09-3 17:13 2015-07-21 Show GitHub Exploit DB Packet Storm
207232 6.8 警告 Expat
Google
- Google Chrome などの製品で使用される Expat の XML_GetBuffer 関数における整数オーバーフローの脆弱性 CWE-189
数値処理の問題
CVE-2015-1283 2015-09-3 17:13 2015-07-21 Show GitHub Exploit DB Packet Storm
207233 6.8 警告 Google - Google Chrome で使用される PDFium の fpdfsdk/src/javascript/Document.cpp における サービス運用妨害 (DoS) の脆弱性 CWE-Other
その他
CVE-2015-1282 2015-09-3 17:13 2015-07-21 Show GitHub Exploit DB Packet Storm
207234 4.3 警告 Google - Google Chrome で使用される Blink の core/loader/ImageLoader.cpp におけるコンテンツセキュリティポリシーの制限を回避される脆弱性 CWE-Other
その他
CVE-2015-1281 2015-09-3 17:13 2015-07-21 Show GitHub Exploit DB Packet Storm
207235 7.5 危険 Google - Google Chrome で使用される Skia の SkPictureShader.cpp におけるサービス運用妨害 (DoS) の脆弱性 CWE-119
バッファエラー
CVE-2015-1280 2015-09-3 17:07 2015-07-21 Show GitHub Exploit DB Packet Storm
207236 7.5 危険 Google - Google Chrome で使用される PDFium の fxcodec/jbig2/JBig2_Image.cpp の CJBig2_Image::expand 関数における整数オーバーフローの脆弱性 CWE-189
数値処理の問題
CVE-2015-1279 2015-09-3 17:07 2015-07-21 Show GitHub Exploit DB Packet Storm
207237 4.3 警告 Google - Google Chrome の content/browser/web_contents/web_contents_impl.cc における URL を偽装される脆弱性 CWE-Other
その他
CVE-2015-1278 2015-09-3 17:07 2015-07-21 Show GitHub Exploit DB Packet Storm
207238 7.5 危険 Google - Google Chrome のアクセシビリティの実装におけるサービス運用妨害 (DoS) の脆弱性 CWE-Other
その他
CVE-2015-1277 2015-09-3 17:07 2015-07-21 Show GitHub Exploit DB Packet Storm
207239 7.5 危険 Google - Google Chrome の IndexedDB の実装の content/browser/indexed_db/indexed_db_backing_store.cc におけるサービス運用妨害 (DoS) の脆弱性 CWE-Other
その他
CVE-2015-1276 2015-09-3 17:07 2015-07-21 Show GitHub Exploit DB Packet Storm
207240 6.8 警告 Google - Google Chrome における任意のコードを実行される脆弱性 CWE-Other
その他
CVE-2015-1274 2015-09-3 17:07 2015-07-21 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 12, 2026, 5:06 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
481 - - - In PHP versions 8.2.* before 8.2.31, 8.3.* before 8.3.31, 8.4.* before 8.4.21, and 8.5.* before 8.5.6, the metaphone() function in ext/standard/metaphone.c uses a signed int variable to track the cur… New CWE-125
CWE-190
Out-of-bounds Read
 Integer Overflow or Wraparound
CVE-2026-7568 2026-05-10 14:16 2026-05-10 Show GitHub Exploit DB Packet Storm
482 - - - In PHP versions 8.2.* before 8.2.31, 8.3.* before 8.3.31, 8.4.* before 8.4.21, and 8.5.* before 8.5.6, when a SOAP server has a typemap configured, the decoding process contains a mistake which check… New CWE-476
 NULL Pointer Dereference
CVE-2026-7262 2026-05-10 14:16 2026-05-10 Show GitHub Exploit DB Packet Storm
483 - - - In PHP versions 8.2.* before 8.2.31, 8.3.* before 8.3.31, 8.4.* before 8.4.21, and 8.5.* before 8.5.6, when SoapServer is configured with SOAP_PERSISTENCE_SESSION, the handler object is persisted acr… New CWE-416
 Use After Free
CVE-2026-7261 2026-05-10 14:16 2026-05-10 Show GitHub Exploit DB Packet Storm
484 - - - In PHP versions 8.2.* before 8.2.31, 8.3.* before 8.3.31, 8.4.* before 8.4.21, and 8.5.* before 8.5.6, a mismatch between encoding lists in Oniguruma and mbfl leads to  a NULL pointer dereference, re… New CWE-476
 NULL Pointer Dereference
CVE-2026-7259 2026-05-10 14:16 2026-05-10 Show GitHub Exploit DB Packet Storm
485 - - - In PHP versions 8.2.* before 8.2.31, 8.3.* before 8.3.31, 8.4.* before 8.4.21, and 8.5.* before 8.5.6, some functions, including urldecode(), pass signed char to ctype functions (like isxdigit()). On… New CWE-125
Out-of-bounds Read
CVE-2026-7258 2026-05-10 14:16 2026-05-10 Show GitHub Exploit DB Packet Storm
486 - - - In PHP versions 8.2.* before 8.2.31, 8.3.* before 8.3.31, 8.4.* before 8.4.21, 8.5.* before 8.5.6, due to improper sanitation of user data, it allows an attacker to compose an URL, which will cause t… New CWE-79
Cross-site Scripting
CVE-2026-6735 2026-05-10 14:16 2026-05-10 Show GitHub Exploit DB Packet Storm
487 - - - In PHP versions 8.2.* before 8.2.31, 8.3.* before 8.3.31, 8.4.* before 8.4.21, and 8.5.* before 8.5.6, the SOAP extension's object deduplication mechanism stores pointers to PHP objects in a global m… New CWE-416
 Use After Free
CVE-2026-6722 2026-05-10 14:16 2026-05-10 Show GitHub Exploit DB Packet Storm
488 - - - In PHP versions 8.2.* before 8.2.31, 8.3.* before 8.3.31, 8.4.* before 8.4.21, and 8.5.* before 8.5.6, the PDO Firebird driver improperly handles NUL bytes when preparing SQL queries. During token-by… New CWE-89
SQL Injection
CVE-2025-14179 2026-05-10 14:16 2026-05-10 Show GitHub Exploit DB Packet Storm
489 5.3 MEDIUM
Local
- - A vulnerability has been found in OSGeo gdal up to 3.13.0dev-4. Affected by this issue is the function GDSDfldsrch of the file frmts/hdf4/hdf-eos/GDapi.c of the component Grid File Handler. The manip… New CWE-119
CWE-122
Incorrect Access of Indexable Resource ('Range Error') 
Heap-based Buffer Overflow
CVE-2026-8213 2026-05-10 08:16 2026-05-10 Show GitHub Exploit DB Packet Storm
490 5.3 MEDIUM
Local
- - A flaw has been found in OSGeo gdal up to 3.13.0dev-4. Affected by this vulnerability is the function SWSDfldsrch of the file frmts/hdf4/hdf-eos/SWapi.c. Executing a manipulation can lead to heap-bas… New CWE-119
CWE-122
Incorrect Access of Indexable Resource ('Range Error') 
Heap-based Buffer Overflow
CVE-2026-8212 2026-05-10 08:16 2026-05-10 Show GitHub Exploit DB Packet Storm