LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 02-07-2022, 06:12 AM   #1
roblocz
LQ Newbie
 
Registered: Feb 2022
Posts: 6

Rep: Reputation: 0
Post Security Update CVE installed only for several modules only


Hi I am new to Suse and I need to verify the CVE installations. I used below script.

zypper list-patches --all --cve | grep 22945

CVE-2021-22946| SUSE-SLE-SDK-12-SP5-2021-3332|security|moderate| --- | applied | Security update for curl
CVE-2021-22946| SUSE-SLE-SERVER-12-SP5-2021-3332 |security| moderate| --- | needed| Security update for curl
CVE-2021-22947| SUSE-SLE-SDK-12-SP5-2021-3332 |security| moderate | --- | applied| Security update for curl
CVE-2021-22947| SUSE-SLE-SERVER-12-SP5-2021-3332 |security| moderate| ---| needed| Security update for curl
______________________________________________________________

I need to know why all CVEs are not applied in both Modules.Why is it?
I am not aware whether both modules are being used.

How can I identify it?

Thanks In advance.

Cheers!!1
 
Old 02-07-2022, 06:18 AM   #2
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,616

Rep: Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554

That output is clearly not the result of piping through "grep 22945".

Post exact commands and output, wrapped in [code]...[/code] tags.

 
1 members found this post helpful.
Old 02-07-2022, 08:54 AM   #3
roblocz
LQ Newbie
 
Registered: Feb 2022
Posts: 6

Original Poster
Rep: Reputation: 0
Post Attached

Screenshot attached.
Hope it would be fine to understand my query.
Attached Thumbnails
Click image for larger version

Name:	Capture.PNG
Views:	9
Size:	32.3 KB
ID:	38297  
 
Old 02-07-2022, 09:28 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,666

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by roblocz View Post
Hi I am new to Suse and I need to verify the CVE installations. I used below script.

zypper list-patches --all --cve | grep 22945

CVE-2021-22946| SUSE-SLE-SDK-12-SP5-2021-3332|security|moderate| --- | applied | Security update for curl
CVE-2021-22946| SUSE-SLE-SERVER-12-SP5-2021-3332 |security| moderate| --- | needed| Security update for curl
CVE-2021-22947| SUSE-SLE-SDK-12-SP5-2021-3332 |security| moderate | --- | applied| Security update for curl
CVE-2021-22947| SUSE-SLE-SERVER-12-SP5-2021-3332 |security| moderate| ---| needed| Security update for curl
______________________________________________________________

I need to know why all CVEs are not applied in both Modules.[COLOR="Red"]Why is it? I am not aware whether both modules are being used. How can I identify it?
How can you identify what, exactly?? As said, you're grep'ing for different things that what you posted. And did you not read what you posted??? The SDK packages have been applied...the server packages have NOT. You're looking for different CVE's, so why are you surprised that you get different packages??
 
Old 02-07-2022, 11:36 AM   #5
roblocz
LQ Newbie
 
Registered: Feb 2022
Posts: 6

Original Poster
Rep: Reputation: 0
Hi All,
My appologies using the wrong cve behind the pipe. I have attached the correct script and the output in my previous response.I see that only SDK package was applied with SU. Why the other module was not applied?

Thanks alot.

Cheers!!!
 
Old 02-07-2022, 12:01 PM   #6
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,616

Rep: Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554

Doesn't SUSE-SLE indicate the Enterprise - aka paid-for-andcomes-with-support version? If so, use the support you're paying for.

If not...

Quote:
Originally Posted by https://www.suse.com/support/update/announcement/2021/suse-su-20213332-1/
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Alternatively you can run the command listed for your product:

SUSE Linux Enterprise Software Development Kit 12-SP5:
zypper in -t patch SUSE-SLE-SDK-12-SP5-2021-3332=1
SUSE Linux Enterprise Server 12-SP5:
zypper in -t patch SUSE-SLE-SERVER-12-SP5-2021-3332=1
Run the second command?

 
Old 02-08-2022, 07:37 AM   #7
roblocz
LQ Newbie
 
Registered: Feb 2022
Posts: 6

Original Poster
Rep: Reputation: 0
Well thanks for all replies...

Its true that the second command (zypper in -t patch SUSE-SLE-SERVER-12-SP5-2021-3332=1) will do the necessary Patch installation .
What I am trying to understand is , why only one package was patched and the other was not?

Sorry If I am taking around the ball....I need to clarify that is y I am asking.

Cheers!!!
 
Old 02-08-2022, 08:06 AM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,666

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by roblocz View Post
Well thanks for all replies...
Its true that the second command (zypper in -t patch SUSE-SLE-SERVER-12-SP5-2021-3332=1) will do the necessary Patch installation. What I am trying to understand is, why only one package was patched and the other was not?

Sorry If I am taking around the ball....I need to clarify that is y I am asking.
Then as boughtonp said, contacting the SuSE support that you're paying for would get you an answer pretty quick. Since we don't know what version of SuSE Enterprise you're using, what you've done before this to update/patch/build your system, or any relevant details, there isn't a lot we can tell you. Could be as simple as your system having the two installed packages listed as dependencies for something else, and the two server patches were NOT...so they weren't installed. Doing a "zypper dup" gets different results than what you're doing (sometimes).
 
Old 02-09-2022, 11:35 AM   #9
roblocz
LQ Newbie
 
Registered: Feb 2022
Posts: 6

Original Poster
Rep: Reputation: 0
Thanks all for your amazing responses, which were truly fruitful. Its true that you have limited information on my environment. Sure, I will try to reach the support guys as I have that option.

Thumbs up guys.

Cheers!!!
 
  


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
Bash "shellshock" CVE-2014-6271 CVE-2014-7169 - Instructions to Update Bash in LMDE Fix ShellShock eric.r.turner Linux Mint 12 09-20-2021 10:54 AM
Meltdown/Spectre CVE-2017-5754, CVE-2017-5753, CVE-2017-5715 cynwulf LQ Suggestions & Feedback 1 01-05-2018 09:42 AM
[SECURITY NOTICE!] Bash 4.3 (shellshock, CVE-2014-6271 and CVE-2014-7169) ReaperX7 Linux From Scratch 2 09-28-2014 06:47 AM
LXer: Shellshock update: bash packages that resolve CVE-2014-6271 and CVE-2014-7169 available LXer Syndicated Linux News 1 09-26-2014 01:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 03:04 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