Releases: pgadmin-org/pgagent
Releases · pgadmin-org/pgagent
pgAgent v4.2.3
Fix for CVE-2025-0218:
When batch jobs are executed by pgAgent, a script is created in a temporary directory and then executed. In versions of pgAgent prior to 4.2.3, an insufficiently seeded random number generator is used when generating the directory name, leading to the possibility for a local attacker to pre-create the directory and thus prevent pgAgent from executing jobs, disrupting scheduled tasks.
The pgAdmin project thanks Wolfgang Frisch from SUSE for reporting this issue.
pgAgent v4.2.2
- Use std::string instead of std::wstring as it handles the utf-8 conversion.
- Properly quote CMAKE_OSX_ARCHITECTURES for macOS.
- Correct schema update message.