Debian Package Tracker
Register | Log in
Subscribe

mediawiki

website engine for collaborative work

Choose email to subscribe with

general
  • source: mediawiki (main)
  • version: 1:1.35.7-1
  • maintainer: MediaWiki packaging team (DMD)
  • uploaders: Taavi Väänänen [DMD] – Kunal Mehta [DMD]
  • arch: all
  • std-ver: 4.5.1
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 1:1.27.7-1~deb9u3
  • o-o-sec: 1:1.27.7-1+deb9u11
  • o-o-bpo: 1:1.31.2-1~bpo9+1
  • oldstable: 1:1.31.16-1~deb10u1
  • old-sec: 1:1.31.16-1+deb10u2
  • old-bpo: 1:1.35.2-1~bpo10+1
  • stable: 1:1.35.4-1+deb11u2
  • stable-sec: 1:1.35.4-1+deb11u2
  • testing: 1:1.35.7-1
  • unstable: 1:1.35.7-1
versioned links
  • 1:1.27.7-1~deb9u3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:1.27.7-1+deb9u11: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:1.31.2-1~bpo9+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:1.31.16-1~deb10u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:1.31.16-1+deb10u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:1.35.2-1~bpo10+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:1.35.4-1+deb11u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:1.35.7-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • mediawiki (1 bugs: 0, 0, 1, 0)
  • mediawiki-classes
action needed
Depends on packages which need a new maintainer normal
The packages that mediawiki depends on which need a new maintainer are:
  • lua5.1 (#996252)
    • Recommends: lua5.1
Created: 2021-10-12 Last update: 2022-08-18 13:32
Multiarch hinter reports 1 issue(s) normal
There are issues with the multiarch metadata for this package.
  • mediawiki-classes could be marked Multi-Arch: foreign
Created: 2016-09-14 Last update: 2022-08-18 10:30
lintian reports 3 warnings normal
Lintian reports 3 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2022-01-01 Last update: 2022-07-30 12:15
13 low-priority security issues in bullseye low

There are 13 open security issues in bullseye.

13 issues left for the package maintainer to handle:
  • CVE-2021-44854: (postponed; to be fixed through a stable update)
  • CVE-2021-44855: (postponed; to be fixed through a stable update)
  • CVE-2021-44856: (postponed; to be fixed through a stable update)
  • CVE-2022-28201: (postponed; to be fixed through a stable update)
  • CVE-2022-28202: (postponed; to be fixed through a stable update) An XSS issue was discovered in MediaWiki before 1.35.6, 1.36.x before 1.36.4, and 1.37.x before 1.37.2. The widthheight, widthheightpage, and nbytes properties of messages are not escaped when used in galleries or Special:RevisionDelete.
  • CVE-2022-28203: (postponed; to be fixed through a stable update)
  • CVE-2022-29248: (postponed; to be fixed through a stable update) Guzzle is a PHP HTTP client. Guzzle prior to versions 6.5.6 and 7.4.3 contains a vulnerability with the cookie middleware. The vulnerability is that it is not checked if the cookie domain equals the domain of the server which sets the cookie via the Set-Cookie header, allowing a malicious server to set cookies for unrelated domains. The cookie middleware is disabled by default, so most library consumers will not be affected by this issue. Only those who manually add the cookie middleware to the handler stack or construct the client with ['cookies' => true] are affected. Moreover, those who do not use the same Guzzle client to call multiple domains and have disabled redirect forwarding are not affected by this vulnerability. Guzzle versions 6.5.6 and 7.4.3 contain a patch for this issue. As a workaround, turn off the cookie middleware.
  • CVE-2022-31042: (postponed; to be fixed through a stable update) Guzzle is an open source PHP HTTP client. In affected versions the `Cookie` headers on requests are sensitive information. On making a request using the `https` scheme to a server which responds with a redirect to a URI with the `http` scheme, or on making a request to a server which responds with a redirect to a a URI to a different host, we should not forward the `Cookie` header on. Prior to this fix, only cookies that were managed by our cookie middleware would be safely removed, and any `Cookie` header manually added to the initial request would not be stripped. We now always strip it, and allow the cookie middleware to re-add any cookies that it deems should be there. Affected Guzzle 7 users should upgrade to Guzzle 7.4.4 as soon as possible. Affected users using any earlier series of Guzzle should upgrade to Guzzle 6.5.7 or 7.4.4. Users unable to upgrade may consider an alternative approach to use your own redirect middleware, rather than ours. If you do not require or expect redirects to be followed, one should simply disable redirects all together.
  • CVE-2022-31043: (postponed; to be fixed through a stable update) Guzzle is an open source PHP HTTP client. In affected versions `Authorization` headers on requests are sensitive information. On making a request using the `https` scheme to a server which responds with a redirect to a URI with the `http` scheme, we should not forward the `Authorization` header on. This is much the same as to how we don't forward on the header if the host changes. Prior to this fix, `https` to `http` downgrades did not result in the `Authorization` header being removed, only changes to the host. Affected Guzzle 7 users should upgrade to Guzzle 7.4.4 as soon as possible. Affected users using any earlier series of Guzzle should upgrade to Guzzle 6.5.7 or 7.4.4. Users unable to upgrade may consider an alternative approach which would be to use their own redirect middleware. Alternately users may simply disable redirects all together if redirects are not expected or required.
  • CVE-2022-31090: (postponed; to be fixed through a stable update) Guzzle, an extensible PHP HTTP client. `Authorization` headers on requests are sensitive information. In affected versions when using our Curl handler, it is possible to use the `CURLOPT_HTTPAUTH` option to specify an `Authorization` header. On making a request which responds with a redirect to a URI with a different origin (change in host, scheme or port), if we choose to follow it, we should remove the `CURLOPT_HTTPAUTH` option before continuing, stopping curl from appending the `Authorization` header to the new request. Affected Guzzle 7 users should upgrade to Guzzle 7.4.5 as soon as possible. Affected users using any earlier series of Guzzle should upgrade to Guzzle 6.5.8 or 7.4.5. Note that a partial fix was implemented in Guzzle 7.4.2, where a change in host would trigger removal of the curl-added Authorization header, however this earlier fix did not cover change in scheme or change in port. If you do not require or expect redirects to be followed, one should simply disable redirects all together. Alternatively, one can specify to use the Guzzle steam handler backend, rather than curl.
  • CVE-2022-31091: (postponed; to be fixed through a stable update) Guzzle, an extensible PHP HTTP client. `Authorization` and `Cookie` headers on requests are sensitive information. In affected versions on making a request which responds with a redirect to a URI with a different port, if we choose to follow it, we should remove the `Authorization` and `Cookie` headers from the request, before containing. Previously, we would only consider a change in host or scheme. Affected Guzzle 7 users should upgrade to Guzzle 7.4.5 as soon as possible. Affected users using any earlier series of Guzzle should upgrade to Guzzle 6.5.8 or 7.4.5. Note that a partial fix was implemented in Guzzle 7.4.2, where a change in host would trigger removal of the curl-added Authorization header, however this earlier fix did not cover change in scheme or change in port. An alternative approach would be to use your own redirect middleware, rather than ours, if you are unable to upgrade. If you do not require or expect redirects to be followed, one should simply disable redirects all together.
  • CVE-2022-34911: (postponed; to be fixed through a stable update) An issue was discovered in MediaWiki before 1.35.7, 1.36.x and 1.37.x before 1.37.3, and 1.38.x before 1.38.1. XSS can occur in configurations that allow a JavaScript payload in a username. After account creation, when it sets the page title to "Welcome" followed by the username, the username is not escaped: SpecialCreateAccount::successfulAction() calls ::showSuccessPage() with a message as second parameter, and OutputPage::setPageTitle() uses text().
  • CVE-2022-34912: (postponed; to be fixed through a stable update) An issue was discovered in MediaWiki before 1.37.3 and 1.38.x before 1.38.1. The contributions-title, used on Special:Contributions, is used as page title without escaping. Hence, in a non-default configuration where a username contains HTML entities, it won't be escaped.

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

Created: 2022-07-04 Last update: 2022-08-01 13:40
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.6.1 instead of 4.5.1).
Created: 2021-08-18 Last update: 2022-07-04 19:13
news
[rss feed]
  • [2022-07-06] mediawiki 1:1.35.7-1 MIGRATED to testing (Debian testing watch)
  • [2022-07-04] Accepted mediawiki 1:1.35.7-1 (source) into unstable (Kunal Mehta)
  • [2022-04-05] mediawiki 1:1.35.6-1 MIGRATED to testing (Debian testing watch)
  • [2022-04-01] Accepted mediawiki 1:1.35.6-1 (source) into unstable (Taavi Väänänen) (signed by: Kunal Mehta)
  • [2022-01-29] mediawiki 1:1.35.5-2 MIGRATED to testing (Debian testing watch)
  • [2022-01-27] Accepted mediawiki 1:1.35.5-2 (source) into unstable (Kunal Mehta)
  • [2021-12-24] Accepted mediawiki 1:1.31.16-1+deb10u2 (source) into oldstable-proposed-updates->oldstable-new, oldstable-proposed-updates (Debian FTP Masters) (signed by: Kunal Mehta)
  • [2021-12-24] Accepted mediawiki 1:1.35.4-1+deb11u2 (source) into proposed-updates->stable-new, proposed-updates (Debian FTP Masters) (signed by: Kunal Mehta)
  • [2021-12-18] mediawiki 1:1.35.5-1 MIGRATED to testing (Debian testing watch)
  • [2021-12-15] Accepted mediawiki 1:1.35.5-1 (source) into unstable (Kunal Mehta)
  • [2021-12-15] Accepted mediawiki 1:1.35.4-1+deb11u2 (source) into stable-security->embargoed, stable-security (Debian FTP Masters) (signed by: Kunal Mehta)
  • [2021-12-15] Accepted mediawiki 1:1.31.16-1+deb10u2 (source) into oldstable->embargoed, oldstable (Debian FTP Masters) (signed by: Kunal Mehta)
  • [2021-12-15] Accepted mediawiki 1:1.27.7-1+deb9u11 (source) into oldoldstable (Kunal Mehta)
  • [2021-10-09] Accepted mediawiki 1:1.27.7-1~deb9u10 (source) into oldoldstable (Markus Koschany)
  • [2021-10-03] mediawiki 1:1.35.4-1 MIGRATED to testing (Debian testing watch)
  • [2021-10-02] Accepted mediawiki 1:1.35.4-1~deb11u1 (source) into proposed-updates->stable-new, proposed-updates (Debian FTP Masters) (signed by: Kunal Mehta)
  • [2021-10-01] Accepted mediawiki 1:1.31.16-1~deb10u1 (source) into oldstable-proposed-updates->oldstable-new, oldstable-proposed-updates (Debian FTP Masters) (signed by: Kunal Mehta)
  • [2021-10-01] Accepted mediawiki 1:1.31.16-1~deb10u1 (source) into oldstable->embargoed, oldstable (Debian FTP Masters) (signed by: Kunal Mehta)
  • [2021-10-01] Accepted mediawiki 1:1.35.4-1~deb11u1 (source) into stable-security->embargoed, stable-security (Debian FTP Masters) (signed by: Kunal Mehta)
  • [2021-09-30] Accepted mediawiki 1:1.35.4-1 (source) into unstable (Kunal Mehta)
  • [2021-08-23] mediawiki 1:1.35.3-1 MIGRATED to testing (Debian testing watch)
  • [2021-08-21] Accepted mediawiki 1:1.35.3-1 (source) into unstable (Kunal Mehta)
  • [2021-05-06] Accepted mediawiki 1:1.27.7-1~deb9u9 (source) into oldstable (Abhijith PA)
  • [2021-05-04] Accepted mediawiki 1:1.27.7-1~deb9u8 (source) into oldstable (Abhijith PA)
  • [2021-05-04] Accepted mediawiki 1:1.35.2-1~bpo10+1 (source) into buster-backports->backports-policy, buster-backports (Debian FTP Masters) (signed by: Kunal Mehta)
  • [2021-04-18] mediawiki 1:1.35.2-1 MIGRATED to testing (Debian testing watch)
  • [2021-04-13] Accepted mediawiki 1:1.31.14-1~deb10u1 (source) into proposed-updates->stable-new, proposed-updates (Debian FTP Masters) (signed by: Kunal Mehta)
  • [2021-04-10] Accepted mediawiki 1:1.31.14-1~deb10u1 (source) into stable->embargoed, stable (Debian FTP Masters) (signed by: Kunal Mehta)
  • [2021-04-08] Accepted mediawiki 1:1.35.2-1 (source) into unstable (Kunal Mehta)
  • [2021-03-03] Accepted mediawiki 1:1.35.1-2~bpo10+1 (source) into buster-backports (Kunal Mehta)
  • 1
  • 2
bugs [bug history graph]
  • all: 1
  • RC: 0
  • I&N: 0
  • M&W: 1
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian (0, 3)
  • buildd: logs, clang, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
  • screenshots
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1:1.35.7-1
  • 9 bugs

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