Debian Package Tracker
Register | Log in
Subscribe

smarty4

Smarty - the compiling PHP template engine

Choose email to subscribe with

general
  • source: smarty4 (main)
  • version: 4.5.5-1
  • maintainer: Mike Gabriel (DMD) (LowNMU)
  • uploaders: Debian Edu Packaging Team (archive) [DMD]
  • arch: all
  • std-ver: 4.7.2
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • oldstable: 4.3.0-1+deb12u2
  • old-sec: 4.3.0-1+deb12u2
  • stable: 4.5.5-1
  • testing: 4.5.5-1
  • unstable: 4.5.5-1
versioned links
  • 4.3.0-1+deb12u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 4.5.5-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • smarty4
action needed
A new upstream version is available: 4.5.7 high
A new upstream version 4.5.7 is available, you should consider packaging it.
Created: 2025-11-27 Last update: 2026-09-13 07:02
2 security issues in sid high

There are 2 open security issues in sid.

2 important issues:
  • CVE-2026-62992: Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. Prior to 5.8.2 (and 4.5.7 on the 4.x line), Security::_checkDir() does not fully resolve symbolic links before validating that a requested path lies within a configured secure directory. An attacker able to place or reference a symlink within a directory Smarty treats as trusted (e.g., a template or config directory) could use it to point outside the intended secure directory, bypassing the containment check and reading arbitrary files accessible to the PHP process. This issue is fixed in versions 5.8.2 and 4.5.7.
  • CVE-2026-62993: Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. Prior to 4.5.7 and 5.8.2, depending on the release line, Smarty's {fetch} handling in libs/plugins/function.fetch.php and src/FunctionHandler/Fetch.php used Security::isTrustedUri() to validate only the initial remote URL against trusted_uri when a security policy was active. For resources handled by file_get_contents(), including HTTPS URLs, PHP followed HTTP redirects by default. An attacker who could supply or influence a fetch target and had an open redirect on a trusted host could redirect the request to an attacker-chosen internal endpoint, bypass the trusted_uri allowlist, and perform server-side request forgery. This issue is fixed in versions 4.5.7 and 5.8.2.
Created: 2026-08-16 Last update: 2026-09-06 15:02
2 security issues in forky high

There are 2 open security issues in forky.

2 important issues:
  • CVE-2026-62992: Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. Prior to 5.8.2 (and 4.5.7 on the 4.x line), Security::_checkDir() does not fully resolve symbolic links before validating that a requested path lies within a configured secure directory. An attacker able to place or reference a symlink within a directory Smarty treats as trusted (e.g., a template or config directory) could use it to point outside the intended secure directory, bypassing the containment check and reading arbitrary files accessible to the PHP process. This issue is fixed in versions 5.8.2 and 4.5.7.
  • CVE-2026-62993: Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. Prior to 4.5.7 and 5.8.2, depending on the release line, Smarty's {fetch} handling in libs/plugins/function.fetch.php and src/FunctionHandler/Fetch.php used Security::isTrustedUri() to validate only the initial remote URL against trusted_uri when a security policy was active. For resources handled by file_get_contents(), including HTTPS URLs, PHP followed HTTP redirects by default. An attacker who could supply or influence a fetch target and had an open redirect on a trusted host could redirect the request to an attacker-chosen internal endpoint, bypass the trusted_uri allowlist, and perform server-side request forgery. This issue is fixed in versions 4.5.7 and 5.8.2.
Created: 2026-08-16 Last update: 2026-09-06 15:02
2 security issues in bookworm high

There are 2 open security issues in bookworm.

1 important issue:
  • CVE-2026-62993: Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. Prior to 4.5.7 and 5.8.2, depending on the release line, Smarty's {fetch} handling in libs/plugins/function.fetch.php and src/FunctionHandler/Fetch.php used Security::isTrustedUri() to validate only the initial remote URL against trusted_uri when a security policy was active. For resources handled by file_get_contents(), including HTTPS URLs, PHP followed HTTP redirects by default. An attacker who could supply or influence a fetch target and had an open redirect on a trusted host could redirect the request to an attacker-chosen internal endpoint, bypass the trusted_uri allowlist, and perform server-side request forgery. This issue is fixed in versions 4.5.7 and 5.8.2.
1 issue postponed or untriaged:
  • CVE-2026-62992: (postponed; to be fixed through a stable update) Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. Prior to 5.8.2 (and 4.5.7 on the 4.x line), Security::_checkDir() does not fully resolve symbolic links before validating that a requested path lies within a configured secure directory. An attacker able to place or reference a symlink within a directory Smarty treats as trusted (e.g., a template or config directory) could use it to point outside the intended secure directory, bypassing the containment check and reading arbitrary files accessible to the PHP process. This issue is fixed in versions 5.8.2 and 4.5.7.
Created: 2026-09-04 Last update: 2026-09-06 15:02
lintian reports 1 warning normal
Lintian reports 1 warning about this package. You should make the package lintian clean getting rid of them.
Created: 2025-03-24 Last update: 2025-03-24 04:33
2 low-priority security issues in trixie low

There are 2 open security issues in trixie.

2 issues left for the package maintainer to handle:
  • CVE-2026-62992: (needs triaging) Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. Prior to 5.8.2 (and 4.5.7 on the 4.x line), Security::_checkDir() does not fully resolve symbolic links before validating that a requested path lies within a configured secure directory. An attacker able to place or reference a symlink within a directory Smarty treats as trusted (e.g., a template or config directory) could use it to point outside the intended secure directory, bypassing the containment check and reading arbitrary files accessible to the PHP process. This issue is fixed in versions 5.8.2 and 4.5.7.
  • CVE-2026-62993: (needs triaging) Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. Prior to 4.5.7 and 5.8.2, depending on the release line, Smarty's {fetch} handling in libs/plugins/function.fetch.php and src/FunctionHandler/Fetch.php used Security::isTrustedUri() to validate only the initial remote URL against trusted_uri when a security policy was active. For resources handled by file_get_contents(), including HTTPS URLs, PHP followed HTTP redirects by default. An attacker who could supply or influence a fetch target and had an open redirect on a trusted host could redirect the request to an attacker-chosen internal endpoint, bypass the trusted_uri allowlist, and perform server-side request forgery. This issue is fixed in versions 4.5.7 and 5.8.2.

You can find information about how to handle these issues in the security team's documentation.

Created: 2026-08-16 Last update: 2026-09-06 15:02
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.7.2).
Created: 2025-12-23 Last update: 2026-03-31 15:01
news
[rss feed]
  • [2025-03-29] smarty4 4.5.5-1 MIGRATED to testing (Debian testing watch)
  • [2025-03-23] Accepted smarty4 4.5.5-1 (source) into unstable (Mike Gabriel)
  • [2024-12-15] Accepted smarty4 4.3.0-1+deb12u2 (source) into proposed-updates (Debian FTP Masters) (signed by: Moritz Mühlenhoff)
  • [2024-12-12] Accepted smarty4 4.3.0-1+deb12u2 (source) into stable-security (Debian FTP Masters) (signed by: Moritz Mühlenhoff)
  • [2024-10-20] smarty4 4.5.4-1 MIGRATED to testing (Debian testing watch)
  • [2024-10-15] Accepted smarty4 4.5.4-1 (source) into unstable (Mike Gabriel)
  • [2024-07-19] smarty4 REMOVED from testing (Debian testing watch)
  • [2023-07-07] Accepted smarty4 4.3.0-1+deb12u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Mike Gabriel)
  • [2023-06-21] smarty4 4.3.1-1 MIGRATED to testing (Debian testing watch)
  • [2023-06-15] Accepted smarty4 4.3.1-1 (source) into unstable (Mike Gabriel)
  • [2023-01-20] smarty4 4.3.0-1 MIGRATED to testing (Debian testing watch)
  • [2023-01-14] Accepted smarty4 4.3.0-1 (source) into unstable (Mike Gabriel)
  • [2022-11-28] smarty4 4.2.1-3 MIGRATED to testing (Debian testing watch)
  • [2022-11-22] Accepted smarty4 4.2.1-3 (source) into unstable (Mike Gabriel)
  • [2022-11-01] smarty4 4.2.1-2 MIGRATED to testing (Debian testing watch)
  • [2022-10-25] Accepted smarty4 4.2.1-2 (source) into unstable (Mike Gabriel)
  • [2022-10-24] Accepted smarty4 4.2.1-1 (source) into unstable (Mike Gabriel)
  • [2022-06-03] smarty4 4.1.1-1 MIGRATED to testing (Debian testing watch)
  • [2022-05-29] Accepted smarty4 4.1.1-1 (source) into unstable (Mike Gabriel)
  • [2022-03-19] smarty4 4.1.0-1 MIGRATED to testing (Debian testing watch)
  • [2022-03-13] Accepted smarty4 4.1.0-1 (source) into unstable (Mike Gabriel)
  • [2022-01-29] Accepted smarty4 4.0.0-1 (source all) into experimental, experimental (Debian FTP Masters) (signed by: Mike Gabriel)
bugs [bug history graph]
  • all: 1
  • RC: 0
  • I&N: 1
  • M&W: 0
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian (0, 1)
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • other distros
  • security tracker
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 4.5.5-1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing