Lector de Feeds
MGASA-2025-0120 - Updated mercurial packages fix security vulnerability
Publication date: 31 Mar 2025
Type: security
Affected Mageia releases : 9
CVE: CVE-2025-2361 Description Mercurial SCM Web Interface cross site scripting. (CVE-2025-2361) References
Type: security
Affected Mageia releases : 9
CVE: CVE-2025-2361 Description Mercurial SCM Web Interface cross site scripting. (CVE-2025-2361) References
- https://bugs.mageia.org/show_bug.cgi?id=34129
- https://www.openwall.com/lists/oss-security/2025/03/21/2
- https://lists.mercurial-scm.org/pipermail/mercurial-packaging/2025-March/000754.html
- https://lists.debian.org/debian-security-announce/2025/msg00045.html
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-2361
- mercurial-6.5.1-1.1.mga9
Categorías: Actualizaciones de Seguridad
MGASA-2025-0119 - Updated elfutils packages fix security vulnerabilities
Publication date: 31 Mar 2025
Type: security
Affected Mageia releases : 9
CVE: CVE-2024-25260 , CVE-2025-1372 , CVE-2025-1377 Description elfutils v0.189 was discovered to contain a NULL pointer dereference via the handle_verdef() function at readelf.c. (CVE-2024-25260) GNU elfutils eu-readelf readelf.c print_string_section buffer overflow. (CVE-2025-1372) GNU elfutils eu-strip strip.c gelf_getsymshndx denial of service. (CVE-2025-1377) References
Type: security
Affected Mageia releases : 9
CVE: CVE-2024-25260 , CVE-2025-1372 , CVE-2025-1377 Description elfutils v0.189 was discovered to contain a NULL pointer dereference via the handle_verdef() function at readelf.c. (CVE-2024-25260) GNU elfutils eu-readelf readelf.c print_string_section buffer overflow. (CVE-2025-1372) GNU elfutils eu-strip strip.c gelf_getsymshndx denial of service. (CVE-2025-1377) References
- https://bugs.mageia.org/show_bug.cgi?id=34134
- https://ubuntu.com/security/notices/USN-7369-1
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-25260
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-1372
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-1377
- elfutils-0.189-1.1.mga9
Categorías: Actualizaciones de Seguridad
Notes on moving a mediawiki
Step o: Verify new LocalSettings.php: 2025_03_28 codegazer added updated snippet from /etc/mediawiki/LocalSettings.php for moving from Mageia 8 to Mageia 9
← Older revision Revision as of 00:00, 29 March 2025 (2 intermediate revisions by the same user not shown)Line 3: Line 3: This document describes steps for moving the content of a wiki from one server to another. This document describes steps for moving the content of a wiki from one server to another. <br> <br> −This method has been tested moving a mediawiki (using mysql/mariadb and Apache) between Mageia 5 and Mageia 6 servers.+This method has been tested moving a mediawiki (using mysql/mariadb and Apache) between Mageia 5 and Mageia 6 servers (in 2017) and also between Mageia 8 and Mageia 9 servers (in 2025). = Benefits = = Benefits = Line 633: Line 633: The effect of this was that image files were not being displayed on the new server. The effect of this was that image files were not being displayed on the new server. −I manually added the following snippet to the new server's /etc/mediawiki/LocalSettings.php and then the wiki content was presented correctly.+For the move between Mageia 5 and 6 in 2017 I manually added the following snippet to the new server's /etc/mediawiki/LocalSettings.php and then the wiki content was presented correctly. <pre> <pre> Line 671: Line 671: # END-OF-snippet from /etc/mediawiki/LocalSettings.php # END-OF-snippet from /etc/mediawiki/LocalSettings.php +</pre> + +For the move between Mageia 8 and 9 in 2025 I manually added the following snippet to the new server's /etc/mediawiki/LocalSettings.php and then the wiki content was presented correctly. + +<pre> +# START-OF-snippet from /etc/mediawiki/LocalSettings.php follows: + +# End of automatically generated settings. +# Add more configuration options below. + +##LOCAL - manually added extensions + +wfLoadExtension( 'Cite' ); +wfLoadExtension( 'Gadgets' ); +wfLoadExtension( 'ImageMap' ); +wfLoadExtension( 'InputBox' ); +wfLoadExtension( 'LocalisationUpdate' ); +wfLoadExtension( 'Nuke' ); +wfLoadExtension( 'ParserFunctions' ); +wfLoadExtension( 'Poem' ); +wfLoadExtension( 'Renameuser' ); +wfLoadExtension( 'SpamBlacklist' ); +wfLoadExtension( 'SyntaxHighlight_GeSHi' ); +wfLoadExtension( 'TitleBlacklist' ); +wfLoadExtension( 'WikiEditor' ); + +# Add more configuration options below. + +$wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'doc', + 'xls', 'mpp', 'pdf', 'ppt', 'tiff', 'bmp', 'docx', 'xlsx', + 'pptx', 'ps', 'odt', 'ods', 'odp', 'odg', 'zip', 'txt', + 'mp3', 'mp4', 'wmv' + ); + +# END-OF-snippet from /etc/mediawiki/LocalSettings.php + </pre> </pre> Line 809: Line 845: # find wiki database name from wiki config # find wiki database name from wiki config −wgDBname=$(grep wgDBname ${wiki_conf} | grep -v "^#" | sed -e "s/^.//" | cut -d\" -f2)+wgDBname=$(grep "^.wgDBname" ${wiki_conf} | grep -v "^#" | sed -e "s/^.//" | cut -d\" -f2) # find wiki user name from wiki config # find wiki user name from wiki config Codegazer
Categorías: Wiki de Mageia
