Skip to content

Releases: pgadmin-org/pgagent

pgAgent v4.2.3

06 Jan 12:55
Compare
Choose a tag to compare

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

21 Sep 09:34
Compare
Choose a tag to compare
  • 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.