The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade AlmaLinux:8 perl:5.32/perl-parent to version 1:0.238-457.module_el8.6.0+2766+8bf0b7ce or higher.
This issue was patched in ALSA-2026:30851.
Note: Versions mentioned in the description apply only to the upstream perl:5.32/perl-parent package and not the perl:5.32/perl-parent package as distributed by AlmaLinux.
See How to fix? for AlmaLinux:8 relevant fixed versions and status.
Archive::Tar versions before 3.08 for Perl extract symlinks with attacker controlled targets outside the extraction directory.
_make_special_file() passes the tar header's linkname to symlink() without validating it against absolute paths or .. segments. The secure-extract mode check that guards regular file extraction does not cover the symlink target.
A subsequent open through the extracted name reads or writes the attacker chosen path.