PULSE
EN VIVO35señales / 24h
FEED
ransomglobal secret group reclama a West Nova Fuels & Superline Fuels · CA · Energy & Utilitiesransomglobal secret group reclama a Sinop Energia · BR · Energy & Utilitiesransomglobal secret group reclama a Al Hayat | Pepsi · IQ · Retail & E-Commerceransomglobal secret group reclama a SPDM · BR · Healthcareransomglobal secret group reclama a Nourison | Home · US · Retail & E-Commerceransomglobal secret group reclama a Cold Front Distribution · US · Retail & E-Commerceransomglobal secret group reclama a Portman Finance Group · GB · Financial Servicesransomglobal secret group reclama a OFS · US · Manufacturingransomglobal secret group reclama a Uniview Technologies · CN · Technologyransomglobal secret group reclama a Novum Energy · US · Energy & Utilitiesransomdragonforce reclama a Syntron Bioresearch · US · Healthcareransomdragonforce reclama a Deluxe Medical Supply · US · Healthcareransomchaos reclama a remco.ca · CA · Otherransomqilin reclama a Contacto Garantido · MX · Professional Servicesransomglobal secret group reclama a West Nova Fuels & Superline Fuels · CA · Energy & Utilitiesransomglobal secret group reclama a Sinop Energia · BR · Energy & Utilitiesransomglobal secret group reclama a Al Hayat | Pepsi · IQ · Retail & E-Commerceransomglobal secret group reclama a SPDM · BR · Healthcareransomglobal secret group reclama a Nourison | Home · US · Retail & E-Commerceransomglobal secret group reclama a Cold Front Distribution · US · Retail & E-Commerceransomglobal secret group reclama a Portman Finance Group · GB · Financial Servicesransomglobal secret group reclama a OFS · US · Manufacturingransomglobal secret group reclama a Uniview Technologies · CN · Technologyransomglobal secret group reclama a Novum Energy · US · Energy & Utilitiesransomdragonforce reclama a Syntron Bioresearch · US · Healthcareransomdragonforce reclama a Deluxe Medical Supply · US · Healthcareransomchaos reclama a remco.ca · CA · Otherransomqilin reclama a Contacto Garantido · MX · Professional Services
← Todos los CVEs
CVE Watch26 jul 2026

CVE-2026-17459

A vulnerability was determined in perwendel spark up to 2.9.4. This vulnerability affects the function staticFiles.externalLocation of the f

CVSS

4.3

Medio

EPSS

KEV

Exploit Today

0

0-100

Publicado: 26 jul 2026 · Última mod.: 26 jul 2026 · CWE-59 · CWE-61

EPSS · 30d

Sin historial EPSS suficiente todavía.

Descripción técnica

A vulnerability was determined in perwendel spark up to 2.9.4. This vulnerability affects the function staticFiles.externalLocation of the file src/main/java/spark/resource/ExternalResourceHandler.jav of the component SparkJava. Executing a manipulation can lead to symlink following. It is possible to launch the attack remotely. The exploit has been publicly disclosed and may be utilized. The project was informed of the problem early through an issue report but has not responded yet.

Referencias oficiales
CVEs relacionados
CVECVSSEPSSKEVRExplotTítuloVis.
CVE-2026-12503
3.4%
1Improper Link Resolution (CWE-59) in `/usr/bin/larm_starter` in Loytec L-INX, L-GATE, L-ROC, L-IOB, L-DALI, L-VIS and L-PAD through 8.4.16 on LINX-A64 allows an authenticated `larmapp` attacker to make `/etc/passwd` writable by the `larmapp` group (leading to root privilege escalation) via a symlink attack on `/etc/lighttpd/ssl/server.pem`.2d
CVE-2026-650106.6 MED
3.2%
1Datasets through 5.00, fixed in commit ad2d853, contains a symlink-following vulnerability in Extractor.extract() that allows local attackers to write arbitrary files by pre-planting symlinks at predictable output paths. Attackers can redirect archive extraction to arbitrary filesystem locations in shared-cache environments, enabling overwrite of sensitive files and potential privilege escalation or code execution.3d
CVE-2026-650694.0 MED
3.5%
1Data::DisjointSet::Shared versions before 0.02 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW. The segment is created in dsu.h with open(path, O_RDWR|O_CREAT, 0666). The mode is 0666, so under the default umask 022 the file is created mode 0644 (world-readable). O_NOFOLLOW is absent, so a symlink planted at the path is followed, and O_EXCL is absent, so the open silently uses a pre-planted file instead of failing. A "Shared" segment naturally lives in a shared directory such as /tmp or /dev/shm, where any local user can read the IPC payloads stored in the world-readable segment, and a pre-planted file or symlink at the path lets a local attacker win a pre-creation race or redirect the open.3d
CVE-2026-650683.8 BAJ
1.9%
1Data::SpatialHash::Shared versions before 0.02 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW. The segment is created in sphash.h with open(path, O_RDWR|O_CREAT, 0666). The mode is 0666, so under the default umask 022 the file is created mode 0644 (world-readable). O_NOFOLLOW is absent, so a symlink planted at the path is followed, and O_EXCL is absent, so the open silently uses a pre-planted file instead of failing. A "Shared" segment naturally lives in a shared directory such as /tmp or /dev/shm, where any local user can read the IPC payloads stored in the world-readable segment, and a pre-planted file or symlink at the path lets a local attacker win a pre-creation race or redirect the open.3d
CVE-2026-650673.8 BAJ
1.9%
1Data::Intern::Shared versions before 0.02 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW. The segment is created in intern.h with open(path, O_RDWR|O_CREAT, 0666). The mode is 0666, so under the default umask 022 the file is created mode 0644 (world-readable). O_NOFOLLOW is absent, so a symlink planted at the path is followed, and O_EXCL is absent, so the open silently uses a pre-planted file instead of failing. A "Shared" segment naturally lives in a shared directory such as /tmp or /dev/shm, where any local user can read the IPC payloads stored in the world-readable segment, and a pre-planted file or symlink at the path lets a local attacker win a pre-creation race or redirect the open.3d
CVE-2026-650663.8 BAJ
1.9%
1Data::RingBuffer::Shared versions before 0.04 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW. The segment is created in ring.h with open(path, O_RDWR|O_CREAT, 0666). The mode is 0666, so under the default umask 022 the file is created mode 0644 (world-readable). O_NOFOLLOW is absent, so a symlink planted at the path is followed, and O_EXCL is absent, so the open silently uses a pre-planted file instead of failing. A "Shared" segment naturally lives in a shared directory such as /tmp or /dev/shm, where any local user can read the IPC payloads stored in the world-readable segment, and a pre-planted file or symlink at the path lets a local attacker win a pre-creation race or redirect the open.3d