Lucene search
+L

4879 matches found

CVE
CVE
added yesterday8 views

CVE-2026-73651

CVE-2026-73651 affects TypeORM (TypeScript/JavaScript ORM). Prior to versions 0.3.31 and 1.1.0, migration:generate embeds database schema metadata into JavaScript/TypeScript template literals in src/commands/MigrationGenerateCommand.ts, escaping backticks but not ${...} interpolation. An attacker...

5.7CVSS5.6AI score
SaveExploits0References5
CVE
CVE
added yesterday26 views

CVE-2026-59765

CVE-2026-59765 affects Gitea (pre-1.27.0) where SSRF can occur via Migration Asset Downloads, bypassing hostmatcher and enabling reads of internal files and cloud metadata. Public advisories link to GHSA-2wm4-vwp6-v7xc and the 1.27.0 release notes, confirming affected code paths used for migratio...

8.5AI score
SaveExploits0References3
CVE
CVE
added yesterday12 views

CVE-2026-58508

CVE-2026-58508 describes two SSRF vulnerabilities in Gitea's migration/mirror functionality, caused by DNS rebinding and missing re-validation. The CVE entries (NVD, CVE List, CVE.org) confirm the issue name and affected area but do not specify affected versions, exact vulnerable components, or r...

5.2AI score
SaveExploits0References3
CVE
CVE
added yesterday20 views

CVE-2026-58442

CVE-2026-58442 (Gitea) — A vulnerability in the repository-migration flow allows SSRF via DNS multi-answer responses. The issue resides in the migration allow/block-list check (services/migrations/migrate.go). When an attacker-controlled hostname resolves to multiple IPs, the code marks ipAllowed...

5.7AI score
SaveExploits0References3
CVE
CVE
added yesterday21 views

CVE-2026-58420

CVE-2026-58420 affects Gitea: Local File Inclusion via file:// URI in Migration Restore. The vulnerability arises when restore-repo processes release.yml from a user-supplied archive and passes asset.DownloadURL to uri.Open() without validating the URL scheme. Since uri.Open() treats file:// URIs...

8.5AI score
SaveExploits0References3
CVE
CVE
added yesterday20 views

CVE-2026-57894

CVE-2026-57894 affects Gitea releases around 1.27.x where repository migrations (web/API) can cause internal Git repo exfiltration via HTTP redirects. The reported root cause is that Gitea validates the initially submitted migration URL (allowed by policy) but then delegates the actual clone/fetc...

8.5AI score
SaveExploits0References3
CVE
CVE
added yesterday10 views

CVE-2026-73584

The CVE-2026-73584 issue affects sblim-sfcb. A race condition during privileged instance migration allows a local, low-privileged attacker to manipulate a temporary file in /tmp and repeatedly recreate a symlink to redirect privileged output to an arbitrary file, potentially causing privileged fi...

6.3CVSS5.6AI score
SaveExploits0References2
Nuclei
Nuclei
added yesterday77 views

All-in-One WP Migration < 7.87 - Unauthenticated Information Disclosure

The All-in-One WP Migration and Backup plugin for WordPress is vulnerable to unauthenticated information disclosure due to its error.log file being publicly accessible in versions before 7.87. id: CVE-2024-8852 info: name: All-in-One WP Migration 7.87 - Unauthenticated Information Disclosure...

5.3CVSS5.2AI score0.01207EPSS
SaveExploits0References2
Nuclei
Nuclei
added yesterday10 views

WordPress 1 Click Migration Plugin < 2.3 - Information Exposure

The 1 Click WordPress Migration Plugin – 100% FREE for a limited time plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 2.2 via the class-ocm-backup.php. This makes it possible for unauthenticated attackers to extract sensitive data includi...

5.9CVSS6.9AI score0.01593EPSS
SaveExploits0References2
Nuclei
Nuclei
added yesterday20 views

WordPress Backup Migration <= 1.3.6 - Path Traversal

WordPress Backup Migration plugin versions up to 1.3.6 contain a path traversal and file validation issue in handledownloading function, letting unauthenticated attackers download backup files containing sensitive information. id: CVE-2023-6266 info: name: WordPress Backup Migration = 1.3.6 - Pat...

7.5CVSS7.7AI score0.02072EPSS
SaveExploits0References4
Nuclei
Nuclei
added yesterday102 views

WordPress All-in-One WP Migration <=7.62 - Cross-Site Scripting

WordPress All-in-One WP Migration plugin 7.62 and prior contains a cross-site scripting vulnerability. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials a...

4.7CVSS4.9AI score0.01204EPSS
SaveExploits3References5
Nuclei
Nuclei
added yesterday25 views

WPvivid Backup & Migration <= 0.9.123 - Arbitrary File Upload

WPvivid Backup & Migration plugin for WordPress = 0.9.123 contains an unauthenticated arbitrary file upload vulnerability caused by improper error handling in RSA decryption and lack of path sanitization, letting unauthenticated attackers upload arbitrary PHP files and achieve remote code executi...

9.8CVSS9.7AI score0.32714EPSS
SaveExploits13References4
UbuntuCve
UbuntuCve
added yesterday2 views

CVE-2026-62420

An authorization bypass vulnerability in LXD allows an authenticated attacker to bypass target project security restrictions during cross-project instance migrations. When moving an instance cross-project to a different cluster member via POST /1.0/instances/name with migration: true, project: ,...

9.9CVSS5.4AI score0.00308EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added yesterday1 views

PT-2026-71735

TypeORM is a TypeScript and JavaScript ORM for Node.js that supports PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, Oracle, and other databases. Prior to versions 0.3.31 and 1.1.0, typeorm migration:generate embeds database schema metadata into JavaScript or TypeScript template literals in...

5.7CVSS5.6AI score
SaveExploits0References6
OSV
OSV
added yesterday3 views

UBUNTU-CVE-2026-6426

A type mismatch vulnerability was found in QEMU's vhost inflight migration VMState handling. The destination buffer size is stored as a uint64t but read by the VMSVBUFFER load path as a signed int32t. On little-endian hosts, a crafted incoming migration state with bit 31 set causes the value to b...

4.4CVSS5.5AI score0.00239EPSS
SaveExploits0References5
OSV
OSV
added yesterday2 views

UBUNTU-CVE-2026-63296

An authorization bypass vulnerability in LXD allows an authenticated attacker to bypass target project restrictions during instance migration. When migrating an instance to a target project, LXD accepts configuration overrides without validating the new configuration against the target project's...

9.9CVSS5.3AI score0.00246EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added yesterday2 views

CVE-2026-63300

An improper validation vulnerability in the instancePostMigration function in lxd/instancepost.go of LXD allows an authenticated attacker with cancreateinstances permissions on a restricted project to bypass project-level security restrictions. When migrating an instance between projects, LXD fai...

9.9CVSS5.4AI score0.00291EPSS
SaveExploits0References4
NVD
NVD
added 2 days ago11 views

CVE-2026-13622

A symlink following vulnerability was found in KubeVirt's virt-handler migration proxy. During live migration, virt-handler dials Unix sockets inside the target virt-launcher pod via /proc//root/ paths using net.Dial without symlink protection. These socket paths reside in qemu-owned directories...

8.8CVSS0.00139EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2 days ago27 views

CVE-2026-13622 Kubevirt: virt-handler-rhel9: kubevirt: virt-handler migration proxy follows symlinks allowing container escape to host

A symlink following vulnerability was found in KubeVirt's virt-handler migration proxy. During live migration, virt-handler dials Unix sockets inside the target virt-launcher pod via /proc//root/ paths using net.Dial without symlink protection. These socket paths reside in qemu-owned directories...

8.8CVSS0.00139EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2 days ago5 views

CVE-2026-13622

A symlink following vulnerability was found in KubeVirt's virt-handler migration proxy. During live migration, virt-handler dials Unix sockets inside the target virt-launcher pod via /proc//root/ paths using net.Dial without symlink protection. These socket paths reside in qemu-owned directories...

8.8CVSS5.4AI score0.00139EPSS
SaveExploits0References3
Rows per page
Query Builder