LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-10-2023, 08:20 AM   #196
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,393

Original Poster
Rep: Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117

Pipewire 0.3.63

Bug:
Code:
default.clock.rate results in wrong period_size for a frequency of 44100 Hz 
which leads to audio distortion at 44100 Hz and above
https://gitlab.freedesktop.org/pipew.../-/issues/2925

Patch:
Code:
context: keep per node quantum and rate settings

Copy the global quantum and rate limits before applying node specific
settings. Otherwise one node settings will propagate to the defaults
of the next nodes, which can result in impossible or wrong settings.
https://gitlab.freedesktop.org/pipew...c09f1e3c89abea
 
Old 01-19-2023, 06:08 AM   #197
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,393

Original Poster
Rep: Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117
libX11

When running emacs
Code:
blackstar :: ~ » emacs
Xlib: sequence lost (0x10000 > 0x352) in reply type 0x1c!
Xlib: sequence lost (0x10000 > 0x411) in reply type 0xf!
Xlib: sequence lost (0x10000 > 0x417) in reply type 0x16!
Xlib: sequence lost (0x10000 > 0x6d6) in reply type 0xf!
A bug report already exists:
https://gitlab.freedesktop.org/xorg/...1/-/issues/176

Patch:
https://gitlab.freedesktop.org/xorg/...ca4b3457c3a8f8
 
2 members found this post helpful.
Old 01-23-2023, 05:00 PM   #198
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,393

Original Poster
Rep: Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117
Konsole

Bug:
Code:
Blink cursor : the character behind also blinks
https://bugs.kde.org/show_bug.cgi?id=463911

Patch:
Code:
When the cursor is blinking and off, do not reverse text color
https://invent.kde.org/utilities/kon...75b25fe57e3da7
 
Old 01-25-2023, 06:41 AM   #199
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,393

Original Poster
Rep: Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117
Vim

Code:
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.1225.
https://www.cve.org/CVERecord?id=CVE-2023-0433
 
Old 01-25-2023, 05:55 PM   #200
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,393

Original Poster
Rep: Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117
libtiff

CVE-2022-48281
Code:
processCropSelections in tools/tiffcrop.c in LibTIFF through 4.5.0 has a heap-based buffer overflow 
(e.g., "WRITE of size 307203") via a crafted TIFF image.
https://www.cve.org/CVERecord?id=CVE-2022-48281

Patch:
https://gitlab.com/libtiff/libtiff/-...22d8a8e55ed586
 
2 members found this post helpful.
Old 01-26-2023, 01:44 PM   #201
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,524

Rep: Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493
Quote:
Originally Posted by marav View Post
libtiff

CVE-2022-48281
Code:
processCropSelections in tools/tiffcrop.c in LibTIFF through 4.5.0 has a heap-based buffer overflow 
(e.g., "WRITE of size 307203") via a crafted TIFF image.
https://www.cve.org/CVERecord?id=CVE-2022-48281

Patch:
https://gitlab.com/libtiff/libtiff/-...22d8a8e55ed586
Does anyone even use tiffcrop?

Anyway, this patch does not apply and inspecting the code I find nothing in tools/tiffcrop.c in 4.4.0 that even vaguely resembles where the one-line patch would go. I have avoided tiff-4.5.0 for now because they'd accidentally dropped a function from 4.4.0 without bumping the library soname (didn't cause any noticeable issues with anything we ship, so far as I can tell), and so they went ahead and bumped it for 4.5.0. This would require rebuilding 33 packages... and the "maintenance" seems about the same. I really doubt we'll see 4.5.1 on account of this CVE any time soon.
 
2 members found this post helpful.
Old 01-29-2023, 04:32 AM   #202
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,393

Original Poster
Rep: Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117
kguiaddons

Bug:
Code:
"After taking screenshot: Copy to clipboard" does not work anymore on Wayland
https://bugs.kde.org/show_bug.cgi?id=463199

Patch:
waylandclipboard: roundtrip to get accurate focus state
Code:
The current approach is too complicated and not correct anyway.
To summarize QGuiApplication::focusWindow is delayed so the focus
watcher was introduced, however when the window is hidden and
setMimeData called before Wayland events have been processed,
then focusWatcher is naturally out of sync, so the check
was complicated to work around this state. However the same
issue arises when the window is deleted before calling
setMimeData.
Instead of introducing more complicated checks and workaround
roundtrip so the focusWatcher state is up to date before setting
the clipboard.
BUG:463199
FIXED-IN: 5.103
https://invent.kde.org/frameworks/kg...db8177aff10d29
 
1 members found this post helpful.
Old 02-03-2023, 08:06 AM   #203
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,393

Original Poster
Rep: Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117
glibc

CVE-2023-25139
Code:
sprintf in the GNU C Library (glibc) 2.37 has a buffer overflow (out-of-bounds write) in some situations 
with a correct buffer size. This is unrelated to CWE-676. It may write beyond the bounds of the destination 
buffer when attempting to write a padded, thousands-separated string representation of a number, if the 
buffer is allocated the exact size required to represent that number as a string. For example, 1,234,567 (with 
padding to 13) overflows by two bytes.
https://www.cve.org/CVERecord?id=CVE-2023-25139

https://sourceware.org/bugzilla/show_bug.cgi?id=30068
 
1 members found this post helpful.
Old 02-07-2023, 11:48 AM   #204
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,692

Rep: Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378
Phoronix published an article today about a new vulnerability in Xorg.
https://www.phoronix.com/news/X.Org-...-CVE-2023-0494
https://lists.x.org/archives/xorg/20...ry/061255.html

If this patch needs to be applied to xorg-server 1.20 in 15.0 then I have one request if Pat sees this post. Xorg 1.20 needs a patch for Mate-Desktop or any compositor using present to work with nvidia drivers. This is not a security patch but its a very small patch that fixes this issue. If it doesn't happen its no big deal, I will continue to recompile xorg-server when a new patch comes out, but this would save us mate users from having to do that and its a very small patch. This patch is already applied in the newer branches so its not needed for current.

Details and patch here.
https://github.com/mateslackbuilds/msb/issues/40
https://gitlab.freedesktop.org/xorg/.../-/issues/1275
https://gitlab.freedesktop.org/xorg/...e_requests/857

Last edited by Daedra; 02-07-2023 at 11:51 AM.
 
3 members found this post helpful.
Old 02-07-2023, 04:18 PM   #205
JayByrd
Member
 
Registered: Aug 2021
Location: Seattle, WA
Distribution: Slackware
Posts: 302

Rep: Reputation: 309Reputation: 309Reputation: 309Reputation: 309
wrong thread...
 
Old 02-12-2023, 07:53 PM   #206
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,393

Original Poster
Rep: Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117
qt5 5.15.8

Reported by fedora
Code:
* Wed Feb 8 2023 Jan Grulich  - 5.15.8-5
- Fix possible DOS involving the Qt SQL ODBC driver plugin
CVE-2023-24607
https://linuxsecurity.com/advisories...c-jm8ngvniyq0g

Patch:
https://src.fedoraproject.org/rpms/q...ase-5.15.patch
 
Old 02-18-2023, 09:55 AM   #207
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,692

Rep: Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378
Quote:
Originally Posted by Daedra View Post
In addition to this, if we do get another kernel update for security patches to 15.0 (which is likely), could you please also add this patch for modern AMD CPU's. It's a very small patch but does make a noticeable difference, More information here

https://www.phoronix.com/news/Linux-AMD-Old-Chipset-WA
Started to compile 5.15.94 today to apply this patch and after checking I can confirm that somewhere between 5.15.80 and 5.15.94 the patch was backported to the 5.15 brach.
 
3 members found this post helpful.
Old 02-21-2023, 08:13 AM   #208
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,393

Original Poster
Rep: Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117
GNU emacs 28.2

CVE-2022-48337
https://www.cve.org/CVERecord?id=CVE-2022-48337

Patch:
https://git.savannah.gnu.org/cgit/em...c87adb7669ea1c

CVE-2022-48338
https://www.cve.org/CVERecord?id=CVE-2022-48338

Patch:
https://git.savannah.gnu.org/cgit/em...ab8801758bfd1c

CVE-2022-48339
https://www.cve.org/CVERecord?id=CVE-2022-48339

Patch:
https://git.savannah.gnu.org/cgit/em...43869a15ad0d4c

Last edited by marav; 02-21-2023 at 08:16 AM.
 
2 members found this post helpful.
Old 02-22-2023, 10:09 AM   #209
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,393

Original Poster
Rep: Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117Reputation: 4117
kidletime 5.103.0

Bug report:
https://bugs.kde.org/show_bug.cgi?id=465801

Patch:
Code:
wayland: Guard wayland object destructors

Kidletime is a singleton and the client API works by supplying ints to add
or remove timeouts. When not all timeouts are removed before program exits,
trying to destroy the wayland objects will crash since the lifetime of the
wayland connection is tied to the QGuiApplication.
BUG:465801
FIXED-IN:5.104
https://invent.kde.org/frameworks/ki...97ba1c1b3ceaef
 
Old 02-23-2023, 08:53 AM   #210
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,906

Rep: Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026
Quote:
Originally Posted by marav View Post
That looks to be just one of several patches that apply to 'c/etags' for this issue, so it might not apply in isolation (haven't tried it yet). Anyway, looks like 28.3 is not far off, so I think I'll just wait for that.

edit: I was looking in 'master' the one in emacs-28 branch will likely be fine, but as said, 28.3 doesn't look far off.

Last edited by GazL; 02-23-2023 at 08:57 AM.
 
2 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Draft data loss mitigation method for spanned LVM (would like suggestions) ACiD GRiM Linux - General 1 10-18-2009 03:17 AM
LXer: This week at LWN: Interrupt mitigation in the block layer LXer Syndicated Linux News 0 08-25-2009 12:20 PM
Stateful Firewall/IDS/Filter/DDoS Mitigation - What Would You Advise? Xolo Linux - Security 17 07-27-2006 11:21 PM
Phục hồi dữ liệu bị mất???, cứ pollsite General 1 06-27-2005 12:39 PM
Gotta love those ٱٱٱٱٱٱٱ&# iLLuSionZ Linux - General 5 11-18-2003 07:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration