OPENSUSE-SU-2024:0135-1
Vulnerability from csaf_opensuse - Published: 2024-05-22 06:28 - Updated: 2024-05-22 06:28Summary
Security update for gitui
Notes
Title of the patch
Security update for gitui
Description of the patch
This update for gitui fixes the following issues:
- update to version 0.26.2:
* respect configuration for remote when fetching (also applies
to pulling)
* add : character to sign-off trailer to comply with Conventional
Commits standard
* support overriding build_date for reproducible builds
- update vendored dependencies for CVE-2023-48795 (boo#1218264)
- Update to version 0.26.1:
Added:
* sign commits using openpgp
* support ssh commit signing (when user.signingKey and gpg.format
= ssh of gitconfig are set; ssh-agent isn't yet supported)
* provide nightly builds (see NIGHTLIES.md)
* more version info in gitui -V and help popup (including git
hash)
* support core.commitChar filtering
* allow reset in branch popup
* respect configuration for remote when pushing
Changed:
* Make info and error message popups scrollable
* clarify x86_64 linux binary in artifact names:
gitui-linux-x86_64.tar.gz (formerly known as musl)
Fixes:
* add syntax highlighting support for more file types, e.g.
Typescript, TOML, etc.
- Update to version 0.25.1:
Added:
* support for new-line in text-input (e.g. commit message editor)
* add syntax highlighting for blame view
* allow aborting pending commit log search
* theme.ron now supports customizing line break symbol
* add confirmation for dialog for undo commit
* support prepare-commit-msg hook
* new style block_title_focused to allow customizing title text
of focused frame/block
* allow fetch command in both tabs of branchlist popup
* check branch name validity while typing
Changed:
* do not allow tagging when tag.gpgsign enabled until gpg-signing
is supported
Fixes:
* bump yanked dependency bumpalo to fix build from source
* pin ratatui version to fix building without locked cargo
install gitui
* stash window empty after file history popup closes
* allow push to empty remote
* better diagnostics for theme file loading
* fix ordering of commits in diff view
- Update to version 0.24.3:
* log: fix major lag when going beyond last search hit
* parallelise log search - performance gain ~100%
* search message body/summary separately
* fix commit log not updating after branch switch
* fix stashlist not updating after pop/drop
* fix commit log corruption when tabbing in/out while parsing log
* fix performance problem in big repo with a lot of incoming commits
* fix error switching to a branch with '/' in the name
* search commits by message, author or files in diff
* support 'n'/'p' key to move to the next/prev hunk in diff component
* simplify theme overrides
* support for sign-off of commits
* switched from textwrap to bwrap for text wrapping
* more logging diagnostics when a repo cannot be
* added to anaconda
* visualize empty line substituted with content in diff better
* checkout branch works with non-empty status report
* jump to commit by SHA
* fix commit dialog char count for multibyte characters
* fix wrong hit highlighting in fuzzy find popup
* fix symlink support for configuration files
* fix expansion of ~ in commit.template
* fix hunk (un)staging/reset for # of context lines != 3
* fix delay when opening external editor
- Update to version 0.23.0
- Breaking Change
* focus_XYZ key bindings are merged into the move_XYZ set, so only one way to bind arrow-like keys from now on
- Added
* allow reset (soft,mixed,hard) from commit log
* support reword of commit from log
* fuzzy find branch
* list changes in commit message inside external editor
* allow detaching HEAD and checking out specific commit from log view
* add no-verify option on commits to not run hooks
* allow fetch on status tab
* allow copy file path on revision files and status tree
* print message of where log will be written if -l is set
* show remote branches in log
- Fixes
* fixed side effect of crossterm 0.26 on windows that caused double input of all keys
* commit msg history ordered the wrong way
* improve help documentation for amend cmd
* lag issue when showing files tab
* fix key binding shown in bottom bar for stash_open
* --bugreport does not require param
* edit-file command shown on commits msg
* crash on branches popup in small terminal
* edit command duplication
* syntax errors in key_bindings.ron will be logged
* Fix UI freeze when copying with xclip installed on Linux
* Fix UI freeze when copying with wl-copy installed on Linux
* commit hooks report 'command not found' on Windows with wsl2 installed
* crashes on entering submodules
* fix race issue: revlog messages sometimes appear empty
* default to tick-based updates
* add support for options handling in log and stashes views
- Changed
* minimum supported rust version bumped to 1.65 (thank you time crate)
Patchnames
openSUSE-2024-135
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for gitui",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for gitui fixes the following issues:\n\n- update to version 0.26.2:\n * respect configuration for remote when fetching (also applies\n to pulling)\n * add : character to sign-off trailer to comply with Conventional\n Commits standard\n * support overriding build_date for reproducible builds\n- update vendored dependencies for CVE-2023-48795 (boo#1218264)\n\n- Update to version 0.26.1:\n Added:\n * sign commits using openpgp\n * support ssh commit signing (when user.signingKey and gpg.format\n = ssh of gitconfig are set; ssh-agent isn\u0027t yet supported)\n * provide nightly builds (see NIGHTLIES.md)\n * more version info in gitui -V and help popup (including git\n hash)\n * support core.commitChar filtering\n * allow reset in branch popup\n * respect configuration for remote when pushing\n Changed:\n * Make info and error message popups scrollable\n * clarify x86_64 linux binary in artifact names:\n gitui-linux-x86_64.tar.gz (formerly known as musl)\n Fixes:\n * add syntax highlighting support for more file types, e.g.\n Typescript, TOML, etc.\n\n- Update to version 0.25.1:\n Added:\n * support for new-line in text-input (e.g. commit message editor)\n * add syntax highlighting for blame view\n * allow aborting pending commit log search\n * theme.ron now supports customizing line break symbol\n * add confirmation for dialog for undo commit\n * support prepare-commit-msg hook\n * new style block_title_focused to allow customizing title text\n of focused frame/block\n * allow fetch command in both tabs of branchlist popup\n * check branch name validity while typing\n Changed:\n * do not allow tagging when tag.gpgsign enabled until gpg-signing\n is supported\n Fixes:\n * bump yanked dependency bumpalo to fix build from source\n * pin ratatui version to fix building without locked cargo\n install gitui\n * stash window empty after file history popup closes\n * allow push to empty remote\n * better diagnostics for theme file loading\n * fix ordering of commits in diff view\n\n- Update to version 0.24.3:\n * log: fix major lag when going beyond last search hit\n * parallelise log search - performance gain ~100%\n * search message body/summary separately\n * fix commit log not updating after branch switch\n * fix stashlist not updating after pop/drop\n * fix commit log corruption when tabbing in/out while parsing log\n * fix performance problem in big repo with a lot of incoming commits\n * fix error switching to a branch with \u0027/\u0027 in the name\n * search commits by message, author or files in diff \n * support \u0027n\u0027/\u0027p\u0027 key to move to the next/prev hunk in diff component\n * simplify theme overrides\n * support for sign-off of commits\n * switched from textwrap to bwrap for text wrapping\n * more logging diagnostics when a repo cannot be\n * added to anaconda\n * visualize empty line substituted with content in diff better \n * checkout branch works with non-empty status report\n * jump to commit by SHA\n * fix commit dialog char count for multibyte characters\n * fix wrong hit highlighting in fuzzy find popup\n * fix symlink support for configuration files\n * fix expansion of ~ in commit.template\n * fix hunk (un)staging/reset for # of context lines != 3\n * fix delay when opening external editor\n\n- Update to version 0.23.0\n - Breaking Change\n * focus_XYZ key bindings are merged into the move_XYZ set, so only one way to bind arrow-like keys from now on\n - Added\n * allow reset (soft,mixed,hard) from commit log\n * support reword of commit from log\n * fuzzy find branch\n * list changes in commit message inside external editor\n * allow detaching HEAD and checking out specific commit from log view\n * add no-verify option on commits to not run hooks\n * allow fetch on status tab\n * allow copy file path on revision files and status tree\n * print message of where log will be written if -l is set\n * show remote branches in log\n - Fixes\n * fixed side effect of crossterm 0.26 on windows that caused double input of all keys\n * commit msg history ordered the wrong way\n * improve help documentation for amend cmd\n * lag issue when showing files tab\n * fix key binding shown in bottom bar for stash_open\n * --bugreport does not require param\n * edit-file command shown on commits msg\n * crash on branches popup in small terminal\n * edit command duplication\n * syntax errors in key_bindings.ron will be logged\n * Fix UI freeze when copying with xclip installed on Linux\n * Fix UI freeze when copying with wl-copy installed on Linux\n * commit hooks report \u0027command not found\u0027 on Windows with wsl2 installed\n * crashes on entering submodules\n * fix race issue: revlog messages sometimes appear empty\n * default to tick-based updates\n * add support for options handling in log and stashes views\n - Changed\n * minimum supported rust version bumped to 1.65 (thank you time crate)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-2024-135",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_0135-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2024:0135-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/NJ4UKYMVT5L6QOJVM6JMV6AQINAVT4JW/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2024:0135-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/NJ4UKYMVT5L6QOJVM6JMV6AQINAVT4JW/"
},
{
"category": "self",
"summary": "SUSE Bug 1218264",
"url": "https://bugzilla.suse.com/1218264"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-48795 page",
"url": "https://www.suse.com/security/cve/CVE-2023-48795/"
}
],
"title": "Security update for gitui",
"tracking": {
"current_release_date": "2024-05-22T06:28:38Z",
"generator": {
"date": "2024-05-22T06:28:38Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:0135-1",
"initial_release_date": "2024-05-22T06:28:38Z",
"revision_history": [
{
"date": "2024-05-22T06:28:38Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gitui-0.26.2-bp155.2.3.1.aarch64",
"product": {
"name": "gitui-0.26.2-bp155.2.3.1.aarch64",
"product_id": "gitui-0.26.2-bp155.2.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gitui-0.26.2-bp155.2.3.1.i586",
"product": {
"name": "gitui-0.26.2-bp155.2.3.1.i586",
"product_id": "gitui-0.26.2-bp155.2.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "gitui-0.26.2-bp155.2.3.1.ppc64le",
"product": {
"name": "gitui-0.26.2-bp155.2.3.1.ppc64le",
"product_id": "gitui-0.26.2-bp155.2.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gitui-0.26.2-bp155.2.3.1.s390x",
"product": {
"name": "gitui-0.26.2-bp155.2.3.1.s390x",
"product_id": "gitui-0.26.2-bp155.2.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gitui-0.26.2-bp155.2.3.1.x86_64",
"product": {
"name": "gitui-0.26.2-bp155.2.3.1.x86_64",
"product_id": "gitui-0.26.2-bp155.2.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Package Hub 15 SP5",
"product": {
"name": "SUSE Package Hub 15 SP5",
"product_id": "SUSE Package Hub 15 SP5"
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gitui-0.26.2-bp155.2.3.1.aarch64 as component of SUSE Package Hub 15 SP5",
"product_id": "SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.aarch64"
},
"product_reference": "gitui-0.26.2-bp155.2.3.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitui-0.26.2-bp155.2.3.1.i586 as component of SUSE Package Hub 15 SP5",
"product_id": "SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.i586"
},
"product_reference": "gitui-0.26.2-bp155.2.3.1.i586",
"relates_to_product_reference": "SUSE Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitui-0.26.2-bp155.2.3.1.ppc64le as component of SUSE Package Hub 15 SP5",
"product_id": "SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.ppc64le"
},
"product_reference": "gitui-0.26.2-bp155.2.3.1.ppc64le",
"relates_to_product_reference": "SUSE Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitui-0.26.2-bp155.2.3.1.s390x as component of SUSE Package Hub 15 SP5",
"product_id": "SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.s390x"
},
"product_reference": "gitui-0.26.2-bp155.2.3.1.s390x",
"relates_to_product_reference": "SUSE Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitui-0.26.2-bp155.2.3.1.x86_64 as component of SUSE Package Hub 15 SP5",
"product_id": "SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.x86_64"
},
"product_reference": "gitui-0.26.2-bp155.2.3.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitui-0.26.2-bp155.2.3.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.aarch64"
},
"product_reference": "gitui-0.26.2-bp155.2.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitui-0.26.2-bp155.2.3.1.i586 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.i586"
},
"product_reference": "gitui-0.26.2-bp155.2.3.1.i586",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitui-0.26.2-bp155.2.3.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.ppc64le"
},
"product_reference": "gitui-0.26.2-bp155.2.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitui-0.26.2-bp155.2.3.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.s390x"
},
"product_reference": "gitui-0.26.2-bp155.2.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitui-0.26.2-bp155.2.3.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.x86_64"
},
"product_reference": "gitui-0.26.2-bp155.2.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-48795",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-48795"
}
],
"notes": [
{
"category": "general",
"text": "The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. This occurs because the SSH Binary Packet Protocol (BPP), implemented by these extensions, mishandles the handshake phase and mishandles use of sequence numbers. For example, there is an effective attack against SSH\u0027s use of ChaCha20-Poly1305 (and CBC with Encrypt-then-MAC). The bypass occurs in chacha20-poly1305@openssh.com and (if CBC is used) the -etm@openssh.com MAC algorithms. This also affects Maverick Synergy Java SSH API before 3.1.0-SNAPSHOT, Dropbear through 2022.83, Ssh before 5.1.1 in Erlang/OTP, PuTTY before 0.80, AsyncSSH before 2.14.2, golang.org/x/crypto before 0.17.0, libssh before 0.10.6, libssh2 through 1.11.0, Thorn Tech SFTP Gateway before 3.4.6, Tera Term before 5.1, Paramiko before 3.4.0, jsch before 0.2.15, SFTPGo before 2.5.6, Netgate pfSense Plus through 23.09.1, Netgate pfSense CE through 2.7.2, HPN-SSH through 18.2.0, ProFTPD before 1.3.8b (and before 1.3.9rc2), ORYX CycloneSSH before 2.3.4, NetSarang XShell 7 before Build 0144, CrushFTP before 10.6.0, ConnectBot SSH library before 2.2.22, Apache MINA sshd through 2.11.0, sshj through 0.37.0, TinySSH through 20230101, trilead-ssh2 6401, LANCOM LCOS and LANconfig, FileZilla before 3.66.4, Nova before 11.8, PKIX-SSH before 14.4, SecureCRT before 9.4.3, Transmit5 before 5.10.4, Win32-OpenSSH before 9.5.0.0p1-Beta, WinSCP before 6.2.2, Bitvise SSH Server before 9.32, Bitvise SSH Client before 9.33, KiTTY through 0.76.1.13, the net-ssh gem 7.2.0 for Ruby, the mscdex ssh2 module before 1.15.0 for Node.js, the thrussh library before 0.35.1 for Rust, and the Russh crate before 0.40.2 for Rust.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.aarch64",
"SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.i586",
"SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.ppc64le",
"SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.s390x",
"SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.x86_64",
"openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.aarch64",
"openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.i586",
"openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.ppc64le",
"openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.s390x",
"openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-48795",
"url": "https://www.suse.com/security/cve/CVE-2023-48795"
},
{
"category": "external",
"summary": "SUSE Bug 1217950 for CVE-2023-48795",
"url": "https://bugzilla.suse.com/1217950"
},
{
"category": "external",
"summary": "SUSE Bug 1218708 for CVE-2023-48795",
"url": "https://bugzilla.suse.com/1218708"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.aarch64",
"SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.i586",
"SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.ppc64le",
"SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.s390x",
"SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.x86_64",
"openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.aarch64",
"openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.i586",
"openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.ppc64le",
"openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.s390x",
"openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.aarch64",
"SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.i586",
"SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.ppc64le",
"SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.s390x",
"SUSE Package Hub 15 SP5:gitui-0.26.2-bp155.2.3.1.x86_64",
"openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.aarch64",
"openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.i586",
"openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.ppc64le",
"openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.s390x",
"openSUSE Leap 15.5:gitui-0.26.2-bp155.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-05-22T06:28:38Z",
"details": "important"
}
],
"title": "CVE-2023-48795"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…