Lucene search

K
openvasCopyright (C) 2024 Greenbone AGOPENVAS:1361412562310856271
HistoryJul 07, 2024 - 12:00 a.m.

openSUSE: Security Advisory for opera (openSUSE-SU-2024:0187-1)

2024-07-0700:00:00
Copyright (C) 2024 Greenbone AG
plugins.openvas.org
5
opensuse
security advisory
opera
vulnerability
update
chromium
cve-2024-5493
cve-2024-5494
fix

CVSS3

8.8

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

AI Score

7.2

Confidence

Low

The remote host is missing an update for the

# SPDX-FileCopyrightText: 2024 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.856271");
  script_version("2024-07-24T05:06:37+0000");
  script_cve_id("CVE-2024-5493", "CVE-2024-5494", "CVE-2024-5495", "CVE-2024-5496", "CVE-2024-5497", "CVE-2024-5498", "CVE-2024-5499");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_tag(name:"last_modification", value:"2024-07-24 05:06:37 +0000 (Wed, 24 Jul 2024)");
  script_tag(name:"creation_date", value:"2024-07-07 04:00:22 +0000 (Sun, 07 Jul 2024)");
  script_name("openSUSE: Security Advisory for opera (openSUSE-SU-2024:0187-1)");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2024 Greenbone AG");
  script_family("SuSE Local Security Checks");
  script_dependencies("gather-package-list.nasl");
  script_mandatory_keys("ssh/login/suse", "ssh/login/rpms", re:"ssh/login/release=openSUSELeap15\.5:NonFree");

  script_xref(name:"Advisory-ID", value:"openSUSE-SU-2024:0187-1");
  script_xref(name:"URL", value:"https://lists.opensuse.org/archives/list/[email protected]/thread/6B5SLGYT6SKW4EUYZ5XLYQG66Y433XMH");

  script_tag(name:"summary", value:"The remote host is missing an update for the 'opera'
  package(s) announced via the openSUSE-SU-2024:0187-1 advisory.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");

  script_tag(name:"insight", value:"This update for opera fixes the following issues:

  - Update to 111.0.5168.43

  * DNA-115228 Adblocker is blocking ads when turned off

  * DNA-116605 Crash at opera::BrowserContentsView::
         NonClientHitTestPoint(gfx::Point const&)

  * DNA-116855 Cannot close tab islands tab when popup was hovered

  * DNA-116885 Add chrome.cookies api permission to Rich Hints

  * DNA-116948 [Linux] Theme toggle in settings is not working

  - Update to 111.0.5168.25

  * CHR-9754 Update Chromium on desktop-stable-125-5168 to 125.0.6422.142

  * DNA-116089 [Win/Lin] Fullscreen view has rounded corners

  * DNA-116208 The red dot on the Arias icon is misaligned

  * DNA-116693 X (twitter) logo is not available on
         opera:about page

  * DNA-116737 [Bookmarks] Bookmarks bar favicon have light theme color in
         new window

  * DNA-116769 Extension popup  pin icon is replaced

  * DNA-116850 Fix full package installer link

  * DNA-116852 Promote 111 to stable

  * DNA-116491 Site info popup is cut with dropdown opened

  * DNA-116661 [opera:settings] IPFS/IPNS Gateway box has the wrong design

  * DNA-116789 Translations for O111

  * DNA-116813 [React emoji picker] Flag emojis are not load correctly

  * DNA-116893 Put 'Show emojis in tab tooltip' in Settings

  * DNA-116918 Translations for 'Show emojis in tab tooltip'

  - The update to chromium 125.0.6422.142 fixes following issues:
       CVE-2024-5493, CVE-2024-5494, CVE-2024-5495, CVE-2024-5496,
       CVE-2024-5497, CVE-2024-5498, CVE-2024-5499

  - Update to 110.0.5130.64

  * CHR-9748 Update Chromium on desktop-stable-124-5130 to 124.0.6367.243

  * DNA-116317 Create outline or shadow around emojis on tab strip

  * DNA-116320 Create animation for emoji disappearing from tab strip

  * DNA-116564 Assign custom emoji from emoji picker

  * DNA-116732 Introduce stat event for setting / unsetting emoji
         on a tab

  * DNA-116753 Emoji picker does not follow browser theme

  * DNA-116755 Record tab emojis added / removed

  * DNA-116777 Enable #tab-art on all streams

  - Update to 110.0.5130.49

  * CHR-9416 Updating Chromium on desktop-stable-* branches

  * DNA-116706 [gpu-crash] Crash at SkGpuShaderImageFilter::
         onFilterImage(skif::Context const&)");

  script_tag(name:"affected", value:"'opera' package(s) on openSUSE Leap 15.5:NonFree.");

  script_tag(name:"solution", value:"Please install the updated package(s).");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"package");

  exit(0);
}

include("revisions-lib.inc");
include("pkg-lib-rpm.inc");

release = rpm_get_ssh_release();
if(!release)
  exit(0);

res = "";
report = "";

if(release == "openSUSELeap15.5:NonFree") {

  if(!isnull(res = isrpmvuln(pkg:"opera", rpm:"opera~111.0.5168.43~lp155.3.51.1", rls:"openSUSELeap15.5:NonFree"))) {
    report += res;
  }

  if(report != "") {
    security_message(data:report);
  } else if(__pkg_match) {
    exit(99);
  }
  exit(0);
}

exit(0);

CVSS3

8.8

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

AI Score

7.2

Confidence

Low