diff --git a/NEWS b/NEWS
index e785172..8d7ce12 100644
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,27 @@ some security review. Use at your own risk.
This is polkit 0.113.
Highlights:
TODO
Fixes CVE-2015-4625, a local privilege escalation due to predictable
authentication session cookie values. Thanks to Tavis Ormandy, Google Project
Zero for reporting this issue. For the future, authentication agents are
encouraged to use PolkitAgentSession instead of using the D-Bus agent response
API directly.
+
Fixes CVE-2015-3256, various memory corruption vulnerabilities in use of the
JavaScript interpreter, possibly leading to local privilege escalation.
+
Fixes CVE-2015-3255, a memory corruption vulnerability in handling duplicate
action IDs, possibly leading to local privilege escalation. Thanks to
Laurent Bigonville for reporting this issue.
+
Fixes CVE-2015-3218, which allowed any local user to crash polkitd. Thanks to
Tavis Ormandy, Google Project Zero, for reporting this issue.
+
On systemd-213 and later, the “active” state is shared across all sessions of
an user, instead of being tracked separately.
+
(pkexec), when not given a program to execute, runs the users’ shell by
default.
Build requirements
@@ -23,12 +43,79 @@ Build requirements
Changes since polkit 0.112:
TODO
+Colin Walters (17):
PolkitSystemBusName: Add public API to retrieve Unix user
examples/cancel: Fix to securely lookup subject
sessionmonitor-systemd: Deduplicate code paths
PolkitSystemBusName: Retrieve both pid and uid
Port internals non-deprecated PolkitProcess API where possible
Use G_GNUC_BEGIN_IGNORE_DEPRECATIONS to avoid warning spam
pkexec: Work around systemd injecting broken XDG_RUNTIME_DIR
pkexec: Support just plain "pkexec" to run shell
.dir-locals: Style for Emacs - we don't use tabs
authority: Avoid cookie wrapping by using u64 counter
CVE-2015-3218: backend: Handle invalid object paths in RegisterAuthenticationAgent
build: Start using git.mk
Revert "authority: Avoid cookie wrapping by using u64 counter"
authority: Add a helper method for checking whether an identity is root
CVE-2015-4625: Use unpredictable cookie values, keep them secret
CVE-2015-4625: Bind use of cookies to specific uids
README: Note to send security reports via DBus's mechanism
+
+Kay Sievers (1):
sessionmonitor-systemd: prepare for D-Bus "user bus" model
+
+Lukasz Skalski (1):
polkitd: Fix problem with removing non-existent source
+
+Max A. Dednev (1):
http://cgit.freedesktop.org/polkit/commit/?id=23519924f24fb80a5f33bb3a82058a6c025ddfa9
diff --git a/NEWS b/NEWS index e785172..8d7ce12 100644 --- a/NEWS +++ b/NEWS @@ -11,7 +11,27 @@ some security review. Use at your own risk. This is polkit 0.113.
Highlights:
default.
Build requirements
@@ -23,12 +43,79 @@ Build requirements
Changes since polkit 0.112: