当前位置: 首页 > news >正文

Oracle漏洞修复 19.3 补丁包 升级为19.22

1.场景描述

       上周末2024-10-12日,服务器扫出漏洞,希望及时修复。其中,oracle的漏洞清单如下,总结了下,基本都是 Oracle Database Server 的 19.3 版本到 19.20 版本和 21.3 版本到 21.11 版本存在安全漏洞,即版本问题。如:

Oracle Database Server 安全漏洞(CVE-2023-22034)
Oracle Database Server 安全漏洞(CVE-2023-22071)
Oracle Database Server 安全漏洞(CVE-2023-22073)
Oracle Database Server 安全漏洞(CVE-2023-22077)
Oracle Database Server 安全漏洞(CVE-2023-22096)
Oracle Database Server 安全漏洞(CVE-2023-22074)
Oracle Database Server 安全漏洞(CVE-2023-22075)

解决建议:
建议您更新当前系统或软件至最新版,完成漏洞的修复。

参考链接:
https://www.oracle.com/security-alerts/cpujul2023.html
https://www.oracle.com/security-alerts/cpuoct2023.html

以下单实例操作说明,非集群模式。

2.准备工作  

 2.1 opath版本

1)查看opatch 版本  12.2.0.1.17

[oracle@neptune ~]$ cd $ORACLE_HOME/OPatch
[oracle@neptune OPatch]$ opatch version
-bash: opatch: command not found
[oracle@neptune OPatch]$ ./opatch version
OPatch Version: 12.2.0.1.17OPatch succeeded.
[oracle@neptune OPatch]$

 2)原有opath查看


[oracle@neptune OPatch]$ du -sh
240M    .
[oracle@neptune OPatch]$ cd ..
[oracle@neptune dbhome_1]$ ls
addnode      cv           dv             jdk      odbc         oui      relnotes       slax          utl
apex         data         env.ora        jlib     olap         owm      root.sh        sqldeveloper  wwg
assistants   dbjava       has            ldap     OPatch       perl     root.sh.old    sqlj          xdk
bin          dbs          hs             lib      opmn         plsql    root.sh.old.1  sqlpatch
cfgtoollogs  deinstall    install        log      oracore      precomp  root.sh.old.2  sqlplus
clone        demo         instantclient  md       oraInst.loc  QOpatch  root.sh.old.3  srvm
crs          diagnostics  inventory      mgw      ord          R        runInstaller   suptools
css          dmu          javavm         network  ords         racg     schagent.conf  ucp
ctx          drdaas       jdbc           nls      oss          rdbms    sdk            usm
[oracle@neptune dbhome_1]$

2.2 oracle版本

1)查看版本  19.3.0.0.0


http://www.mrgr.cn/news/49636.html

相关文章:

  • 噪声分布 双峰,模拟函数 或者模拟方法 python人工智能 深度神经网络
  • 大数据开发工程师的岗位技能要求及自我介绍参考(持续更新)
  • RTOS实时系统-信号量如何确保一次只有一个任务可以访问某个资源
  • 目标检测系统【环境详细配置过程】(CPU版本)
  • 架构师备考-背诵精华(架构开发方法)
  • 城域网——IP城域网、城域以太网、光城域网
  • 谈谈软件开发可行性研究的主要内容
  • Unity DOTS中的Archetype与Chunk
  • 【Redis】缓存预热、雪崩、击穿、穿透、过期删除策略、内存淘汰策略
  • 关于WPF(Windows Presentation Foundation)中Grid控件
  • [Linux网络编程]深入了解TCP通信API,看看底层做了啥(看了这篇文章,你也算是读了Linux源码的高手!)
  • 【开源物联网平台】Fastbee系统稳定性和压测报告
  • 在wsl2下将Ubuntu从一个盘移动到其他盘
  • 微服务之间是如何独立通讯的?
  • spring 注解
  • manjaro kde 24 应该如何设置才能上网(2024-10-13亲测)
  • Git上传命令汇总
  • 基于springboot Vue3的两种图形验证码工具——vue3-puzzle-vcode纯前端防人机图形滑动验证码和kaptcha图片文字验证码
  • 查找和最小的 K 对数字
  • JavaScript中WeakMap研究_WeakMap基本介绍_WeakMap()构造函数_实例方法:delete、get、has、set