Secure Gatev1.1.0新着セキュリティニュース バックナンバー

新着セキュリティニュース バックナンバー

直近表示から外れた情報を確認できます。診断結果とは別情報として扱います。

総件数224649件
表示件数50件/ページ
ページ10

CVE-2026-66453

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Broken Authentication in Salon booking system <= 10.30.26 versions.

CVE-2026-66450

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Local File Inclusion in Geo Mashup <= 1.13.18 versions.

CVE-2026-66449

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Cross Site Scripting (XSS) in Geo Mashup <= 1.13.18 versions.

CVE-2026-66446

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Subscriber SQL Injection in If-So Dynamic Content Personalization <= 1.10 versions.

CVE-2026-66444

Threat Intelligence NVD CVE 危険度: medium 緊急度: medium

Subscriber Sensitive Data Exposure in Payment Forms for Paystack <= 4.0.5 versions.

CVE-2026-66443

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Sensitive Data Exposure in REST API Log <= 1.7.1 versions.

CVE-2026-66441

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Broken Access Control in MultiVendorX <= 5.0.10 versions.

CVE-2026-66436

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated SQL Injection in Active Products Tables for WooCommerce <= 1.1.1 versions.

CVE-2026-66432

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Subscriber Sensitive Data Exposure in WPJAM Basic <= 7.0.2.1 versions.

CVE-2026-66431

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Broken Access Control in Bitcoin Lightning Payment Gateway for WooCommerce (via CLINK) <= 1.0.7 versions.

CVE-2026-66430

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Subscriber SQL Injection in Visitor Traffic Real Time Statistics Pro <= 11.10 versions.

CVE-2026-66429

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Cross Site Scripting (XSS) in Visitor Traffic Real Time Statistics Pro <= 11.10 versions.

CVE-2026-66426

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Cross Site Scripting (XSS) in WP-Stats <= 2.56 versions.

CVE-2026-66424

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Privilege Escalation in SMS Alert Order Notifications <= 3.9.7 versions.

CVE-2026-65582

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Subscriber Arbitrary File Download in AI Hub <= 1.3.10 versions.

CVE-2026-65580

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Cross Site Scripting (XSS) in Agrion <= 1.0.0 versions.

CVE-2026-61984

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Broken Access Control in WPMobile.App <= 11.77 versions.

CVE-2026-61980

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Arbitrary File Download in OMGF Pro <= 5.2.7 versions.

CVE-2026-61979

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Privilege Escalation in SAML SP Single Sign On <= 5.4.3 versions.

CVE-2026-61978

Threat Intelligence NVD CVE 危険度: medium 緊急度: medium

Unauthenticated Broken Access Control in Secure Card Gateway for ePay Paycenter (Piraeus Bank) <= 1.0.32 versions.

CVE-2026-61974

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Cross Site Scripting (XSS) in Mang Board WP <= 2.3.4 versions.

CVE-2026-61969

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated SQL Injection in Listdom <= 5.6.0 versions.

CVE-2026-61967

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Privilege Escalation in miniorange otp verification <= 5.5.1 versions.

CVE-2026-61966

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Subscriber SQL Injection in WPJAM Basic <= 7.0.1 versions.

CVE-2026-61965

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Cross Site Scripting (XSS) in GeekyBot <= 1.2.6 versions.

CVE-2026-61962

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Arbitrary Code Execution in WP BASE Booking <= 6.3.0 versions.

CVE-2026-61960

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Cross Site Scripting (XSS) in WP Full Stripe Free <= 8.5.0 versions.

CVE-2026-48702

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Rekor is a software supply chain transparency log. Starting in version 0.3.0 and prior to version 1.5.2, the `Package.Unmarshal()` function in `pkg/types/alpine/apk.go` decompresses the signature and control gzip members of an APK file into in-memory buffers without bounding the total decompressed size. The existing `max_apk_metadata_size` check (default 1MB) is only applied to individual tar entry header sizes after decompression completes, so it does not prevent a decompression bomb from consuming unbounded heap memory. An attacker can craft a gzip stream that compresses at a ~1000:1 ratio (e.g., 2MB compressed zeros → 2GB decompressed). When submitted as spec.package.content in an Alpine `ProposedEntry`, the server decompresses the full payload into memory during request processing, triggering a fatal Go runtime out-of-memory error or OS OOM-kill that cannot be caught by the server's recover() middleware. This is reachable via two unauthenticated endpoints, `POST /api/v1/log/entries (createLogEntry)` and `POST /api/v1/log/entries/retrieve (searchLogQuery)`. Both invoke `V001Entry.Canonicalize()` → `fetchExternalEntities()` → `apk.Unmarshal(packageData)`, which performs the unbounded decompression. Version 1.5.2 patches the issue. There is no effective workaround. Setting `max_request_body_size` reduces but does not eliminate exposure due to the ~1000:1 compression ratio (a 1MB body limit still allows ~1GB heap allocation). Setting `max_apk_metadata_size` has no effect on this vulnerability since the check is applied after decompression.

CVE-2026-28189

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Arbitrary File Deletion in Participants Database <= 2.7.8.4 versions.

CVE-2026-28188

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Broken Access Control in Hydra Booking <= 1.2.2 versions.

CVE-2026-28187

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Cross Site Scripting (XSS) in Knowledge Base for Documentation, FAQs with AI Assistance <= 17.211.0 versions.

CVE-2026-28186

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Subscriber Broken Access Control in Travelfic Toolkit <= 1.5.1 versions.

CVE-2026-28185

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Broken Authentication in Log in with Google <= 1.4.2 versions.

CVE-2026-28184

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Subscriber SQL Injection in Form Maker by 10Web <= 1.15.44 versions.

CVE-2026-28182

Threat Intelligence NVD CVE 危険度: medium 緊急度: medium

Subscriber Cross Site Scripting (XSS) in AcyMailing SMTP Newsletter <= 10.11.1 versions.

CVE-2026-28181

Threat Intelligence NVD CVE 危険度: medium 緊急度: medium

Subscriber Broken Access Control in AcyMailing SMTP Newsletter <= 10.11.1 versions.

CVE-2026-28176

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated PHP Object Injection in Booking Activities <= 1.18.4 versions.

CVE-2026-28175

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Cross Site Scripting (XSS) in Visitors Traffic Real Time Statistics <= 8.11 versions.

CVE-2026-28174

Threat Intelligence NVD CVE 危険度: medium 緊急度: medium

Customer Sensitive Data Exposure in WP Event SOlution <= 4.1.18 versions.

CVE-2026-28173

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Customer Arbitrary Content Deletion in WP Event SOlution <= 4.1.19 versions.

CVE-2026-28170

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Cross Site Scripting (XSS) in Blog Floating Button <= 1.4.20 versions.

CVE-2026-28168

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Subscriber SQL Injection in CubeWP <= 1.1.30 versions.

CVE-2026-28161

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Subscriber Privilege Escalation in Service Finder Booking <= 6.2 versions.

CVE-2026-28159

Threat Intelligence NVD CVE 危険度: medium 緊急度: medium

Subscriber Broken Access Control in Service Finder Booking <= 6.2 versions.

CVE-2026-28158

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Cross Site Scripting (XSS) in Do Lasso <= 358 versions.

CVE-2026-28157

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Subscriber Path Traversal in Do Lasso <= 358 versions.

CVE-2026-28156

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Subscriber SQL Injection in Do Lasso <= 358 versions.

CVE-2026-28155

Threat Intelligence NVD CVE 危険度: medium 緊急度: medium

Unauthenticated Insecure Direct Object References (IDOR) in Do Lasso <= 358 versions.

CVE-2026-28149

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated PHP Object Injection in Headless Single Sign On <= 1.6 versions.

CVE-2026-28148

Threat Intelligence NVD CVE 危険度: high 緊急度: high

Unauthenticated Bypass Vulnerability in Headless Single Sign On <= 1.6 versions.