Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 697243 Details for
Bug 886671
CVE-2012-5617 gksu-polkit: privilege escalation due to improper authentication settings in policykit configuration file [fedora-18]
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for the master branch
pk-master.patch (text/plain), 2.13 KB, created by
Miloslav Trmač
on 2013-02-14 14:31:04 UTC
(
hide
)
Description:
Patch for the master branch
Filename:
MIME Type:
Creator:
Miloslav Trmač
Created:
2013-02-14 14:31:04 UTC
Size:
2.13 KB
patch
obsolete
>diff --git a/gksu-polkit-0.0.3-policy.patch b/gksu-polkit-0.0.3-policy.patch >new file mode 100644 >index 0000000..d150867 >--- /dev/null >+++ b/gksu-polkit-0.0.3-policy.patch >@@ -0,0 +1,17 @@ >+diff -ur gksu-polkit/data/org.gnome.gksu.policy gksu-polkit-0.0.3/data/org.gnome.gksu.policy >+--- gksu-polkit/data/org.gnome.gksu.policy 2010-01-30 17:38:25.000000000 +0100 >++++ gksu-polkit-0.0.3/data/org.gnome.gksu.policy 2013-02-14 15:12:06.399148779 +0100 >+@@ -10,9 +10,9 @@ >+ <description>spawn</description> >+ <message>System policy prevents executing a program with administration privileges</message> >+ <defaults> >+- <allow_any>auth_self</allow_any> >+- <allow_inactive>auth_self</allow_inactive> >+- <allow_active>auth_self</allow_active> >++ <allow_any>auth_admin</allow_any> >++ <allow_inactive>auth_admin</allow_inactive> >++ <allow_active>auth_admin</allow_active> >+ </defaults> >+ </action> >+ >+Pouze v gksu-polkit-0.0.3/data: org.gnome.gksu.policy~ >diff --git a/gksu-polkit.spec b/gksu-polkit.spec >index 82d723f..4b0e4a1 100644 >--- a/gksu-polkit.spec >+++ b/gksu-polkit.spec >@@ -1,6 +1,6 @@ > Name: gksu-polkit > Version: 0.0.3 >-Release: 5%{?dist} >+Release: 6%{?dist} > Summary: Command line utility to run programs as root > > License: LGPLv3+ >@@ -9,6 +9,7 @@ URL: http://live.gnome.org/gksu > Source0: http://ftp.de.debian.org/debian/pool/main/g/gksu-polkit/%{name}_%{version}.orig.tar.gz > Source1: %{name}-systemd_unit > Patch0: %{name}-dbus.patch >+Patch1: gksu-polkit-0.0.3-policy.patch > > BuildRequires: dbus-glib-devel > BuildRequires: gtk2-devel >@@ -45,6 +46,7 @@ Development libraries and headers for %{name}-libs > %prep > %setup -q > %patch0 -p0 >+%patch1 -p1 > > %build > %configure >@@ -86,6 +88,10 @@ install -p %{SOURCE1} %{buildroot}/%{_unitdir} > > > %changelog >+* Thu Feb 14 2013 Miloslav TrmaÄ <mitr@redhat.com> - 0.0.3-6 >+- Fix polkit policy (CVE-2012-5617) >+ Resolves: #883162 >+ > * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.3-5 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 886671
: 697243