Lucene search
+L
UbuntucveRecent

80000 matches found

UbuntuCve
UbuntuCve
•added 2026/08/19 6:17 p.m.•18 views

CVE-2026-63633

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.28.0, freerdpdspdecodeopus in libfreerdp/codec/dsp.c calls StreamEnsureRemainingCapacity on context-common.buffer even though opusdecode writes decoded PCM into the caller-supplied out stream. A malicious RDP server that...

7.7CVSS7.6AI score0.00459EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/08/19 6:17 p.m.•23 views

CVE-2026-63117

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.28.0, an authenticated RDP client can advertise DVI ADPCM with nBlockAlign equal to 8 and nChannels equal to 2 to make the bs calculation in rdpsndserverselectformat in channels/rdpsnd/server/rdpsndmain.c equal zero. The...

6.5CVSS5.9AI score0.00389EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/08/19 6:17 p.m.•16 views

CVE-2026-63652

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.28.0, rdpsndserverrecvformats in channels/rdpsnd/server/rdpsndmain.c frees context-clientformats on a malformed Client Audio Formats PDU without clearing the owning pointer or numclientformats. An authenticated RDP client...

7.1CVSS6.7AI score0.00342EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
•added 2026/08/19 6:16 p.m.•13 views

CVE-2026-17183

An authenticated user with permission to create or edit alert rules can bypass datasource query authorization by marking an alert rule query as a server-side expression while referencing a real datasource UID incorrect authorization. This can expose data accessible through Grafana's configured...

7.1CVSS5.9AI score0.00285EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/08/19 5:21 p.m.•17 views

CVE-2026-75141

FFmpeg before commit acf5d7c contains a heap buffer overflow in the hvcC box writer. When writing an HEVC configuration record with more NAL units of a single type than the count field can represent, the NAL unit count overflows, causing a heap buffer overflow. A crafted HEVC input file triggers...

8.5CVSS5.7AI score0.00137EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/19 5:21 p.m.•15 views

CVE-2026-75142

FFmpeg before commit 9d786e4 contains a stack buffer overflow in the MPEG-PS muxer libavformat/mpegenc.c. When muxing input with more streams than the muxer's fixed-size stack buffer accommodates, the buffer is overflowed. A crafted input with an excessive number of streams triggers the overflow...

8.5CVSS5.6AI score0.00137EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/19 5:21 p.m.•17 views

CVE-2026-75147

FFmpeg before commit 983dae9 contains an out-of-bounds read in the AV1 RTP packetizer libavformat/rtpencav1.c. The keyframe detection loop that searches for a sequence header OBU advanced its pointer and remaining-size counter by the encoded header length plus the OBU payload size without first...

7.1CVSS5.4AI score0.00121EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/19 5:21 p.m.•16 views

CVE-2026-75146

FFmpeg before commit 65b0dab contains an out-of-bounds read in the DASH demuxer libavformat/dashdec.c. When a live DASH manifest is refreshed with a startNumber that is lower than the previous value, the current sequence number is driven negative. The fragment retrieval function checked only the...

8.1CVSS5.3AI score0.00261EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/19 5:21 p.m.•16 views

CVE-2026-75144

FFmpeg before commit 1cdeb3c contains a heap buffer overflow vulnerability in the VC-2/Dirac RTP packetizer libavformat/rtpencvc2hq.c that allows attackers to trigger memory corruption by supplying a crafted Dirac data unit. The packetizer copies an input-derived data unit or fragment size into a...

8.5CVSS5.8AI score0.00137EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/19 5:21 p.m.•18 views

CVE-2026-75143

FFmpeg before commit 1c10bcc contains a heap buffer overflow in the RIST protocol reader libavformat/librist.c. libristread ignored its size argument and copied the full received payload length into the caller-provided destination buffer, overflowing it when the payload exceeds the destination...

9.8CVSS5.7AI score0.00405EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
•added 2026/08/19 5:21 p.m.•20 views

CVE-2026-75145

FFmpeg before commit b4c199c contains an incorrect integer narrowing conversion in the AV1 RTP packetizer libavformat/rtpencav1.c. The OBU size is cast to long before comparison against the remaining frame size. On targets where long is 32 bits, including 64-bit Windows, sufficiently large OBU si...

5.8CVSS5.4AI score0.00117EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/19 4:17 p.m.•17 views

CVE-2026-19672

The tarfile module's tar and data extraction filters created directories outside the destination for members whose name leaves the destination and returns to it, such as ../evil/../dest/sub/file. The containment check used the resolved path, but intermediate directories were created from the name...

6.3CVSS5.8AI score0.00409EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/08/19 3:17 p.m.•12 views

CVE-2026-47187

SSHFS is a network filesystem client for connecting to SSH servers. Prior to version 3.7.6, a rogue SFTP server can return absolute symlink targets or relative targets containing parent-directory components that SSHFS passes through FUSE for resolution by the client kernel against the local...

9.3CVSS7.2AI score0.00415EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/19 3:17 p.m.•17 views

CVE-2026-49289

The SimpleSAMLphp SAML2 library is a PHP library for SAML2 related functionality. In 4.19.2 and 4.20.2, the library permits attacker-controlled XPath transforms while processing XML signatures in specially crafted SAML messages. XPath evaluation can consume uncontrolled processing resources,...

7.5CVSS5.9AI score0.0056EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/08/19 3:17 p.m.•13 views

CVE-2026-48711

SSHFS is a network filesystem client for connecting to SSH servers. From version 1.4 until 3.7.6, SSHFS accepts a bracketed mount source such as -oProxyCommand=CMD:/path and findbasepath removes the brackets, leaving a host value that begins with - and is passed directly to ssh as a command-line...

7CVSS7.3AI score0.00199EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/19 3:17 p.m.•27 views

CVE-2026-49283

The SimpleSAMLphp SAML2 library is a PHP library for SAML2 related functionality. Prior to versions 4.19.3, 4.20.2, 5.0.6, and 6.2.1, the HTTPArtifact::receive flow can treat an unsigned embedded SAML Response as cryptographically valid for the wrong identity provider. SOAPClient::addSSLValidator...

8.7CVSS5.9AI score0.00344EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/08/19 2:17 p.m.•19 views

CVE-2026-76218

GitPython before 3.1.58 contains a remote code execution vulnerability in Repo.init that forwards unsafe git options without validation. Attackers can supply a template parameter pointing to a directory with malicious git hooks that execute arbitrary code when git operations are performed on the...

8.8CVSS6.5AI score0.0072EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
•added 2026/08/19 2:17 p.m.•19 views

CVE-2026-76217

GitPython versions before 3.1.58 fail to validate options passed to git rm and git checkout commands in IndexFile.remove and Head.checkout. Attackers can supply --pathspec-from-file and --pathspec-file-nul parameters to read arbitrary files accessible to the process, with full file contents...

7.1CVSS6AI score0.0036EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
•added 2026/08/19 2:17 p.m.•12 views

CVE-2026-65611

nnn does not sanitize the path variable. An attacker can create a directory on a shared filesystem, removable media, or inside an extracted archive whose name contains a single quote followed by shell syntax. If the victim enters that directory in nnn and uses the batch copy or move workflow, the...

5.1CVSS5.9AI score0.00323EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/08/19 2:17 p.m.•16 views

CVE-2026-65612

nnn does not sanitize the filename variable. An attacker can place a file with a crafted name on a shared filesystem, removable media, or inside an extracted archive whose name contains a single quote followed by shell syntax. If the victim navigates to that file and opens it with preview-tabbed,...

5.1CVSS5.9AI score0.0033EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/08/19 2:17 p.m.•16 views

CVE-2026-65610

nnn stores homelen variable as uchart, which can only represent values in the range 0-255. An attacker who can influence the victim's execution environment can provide an arbitrary HOME path with length that is truncated to 0. The expression homelen - 1 is promoted to signed int and becomes -1 an...

2.4CVSS6AI score0.00123EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/08/19 2:17 p.m.•17 views

CVE-2026-76222

GitPython before 3.1.58 fails to validate submodule names from .gitmodules files, allowing attackers to create Git repositories at arbitrary filesystem paths outside the intended clone directory. Attackers can craft malicious repositories with traversal sequences in submodule names that GitPython...

8.4CVSS7.2AI score0.00333EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
•added 2026/08/19 2:17 p.m.•17 views

CVE-2026-76220

GitPython before 3.1.58 contains a command execution vulnerability in the checkunsafeoptions guard that can be bypassed by combining a single-character kwarg with splitsinglecharoptions=False. Attackers can supply a crafted kwargs dictionary to guarded methods like clonefrom to emit a joined toke...

8.8CVSS7.4AI score0.0057EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
•added 2026/08/19 2:17 p.m.•13 views

CVE-2026-76221

GitPython before 3.1.58 contains a config-name injection vulnerability in the option-name validator that allows attackers to forge arbitrary git-config directives by injecting equals signs, hash symbols, and whitespace into option names. Attackers can inject malicious option names like 'sshComman...

8.8CVSS7.5AI score0.00485EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
•added 2026/08/19 2:17 p.m.•14 views

CVE-2026-65609

nnn is vulnerable to Out-of-Bound write vulnerability. Due to lack of validation of attacker-controlled length fields deserialized from a session file, a crafted session file can cause nnn to write data beyond the bounds of fixed-size global buffers when loaded with the -s option. An attacker who...

2.4CVSS5.9AI score0.00115EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/08/19 2:17 p.m.•14 views

CVE-2026-76219

GitPython versions before 3.1.58 contain an arbitrary file overwrite vulnerability in IndexFile.fromtree, IndexFile.reset, and IndexFile.mergetree methods that append caller-influenced treeish strings to git read-tree without option validation or argument separation. Attackers can inject the...

8.1CVSS7.3AI score0.00299EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
•added 2026/08/19 1:18 p.m.•16 views

CVE-2026-76235

A memory leak flaw was found in cockpit-ws. The login page handler leaks a heap allocation on every unauthenticated request that carries a CockpitLang cookie, allowing a remote unauthenticated attacker to exhaust memory on the host and cause a denial of service...

7.5CVSS5.9AI score0.00355EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/19 8:17 a.m.•18 views

CVE-2026-72889

Net::OAuth versions before 0.33 for Perl allow the sender to choose the signature algorithm in verify. verify resolves the signature method class from the signaturemethod parameter of the incoming message. signaturemethod is required on every request, so the algorithm used to check a signature is...

9.8CVSS5.5AI score0.00347EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/08/19 8:17 a.m.•16 views

CVE-2026-75589

Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two...

7.5CVSS5.4AI score0.00409EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/08/19 8:17 a.m.•13 views

CVE-2026-75900

An out-of-bounds read vulnerability was found in swtpm's SWTPMNVRAMCheckHeader function. The entry guard checks the buffer length against sizeofbh, where bh is a pointer, instead of sizeofbh, the actual struct size. This allows an undersized buffer to pass validation, causing a 2-byte heap overre...

6.1CVSS5.7AI score0.00111EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/08/19 3:16 a.m.•21 views

CVE-2026-76014

A vulnerability has been found in BusyBox up to 1.30.1. This vulnerability affects unknown code of the file networking/wget.c of the component FEATUREWGETTIMEOUT Handler. Such manipulation of the argument -T leads to null pointer dereference. Local access is required to approach this attack. The...

4.8CVSS4.1AI score0.00121EPSS
SaveExploits1References8
UbuntuCve
UbuntuCve
•added 2026/08/19 12:00 a.m.•20 views

CVE-2026-73073

Vim is an open source, command line text editor. Prior to 9.2.0845, StructMembers in runtime/autoload/ccomplete.vim constructs and executes a vimgrep command using an insufficiently escaped typeref: or typename: value from a tags file, allowing an unterminated collection followed by a command...

7.1CVSS6.1AI score0.00147EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/08/18 10:17 p.m.•18 views

CVE-2026-62377

libheif is a HEIF and AVIF file format decoder and encoder. In 1.23.0 and earlier, a crafted HEIF sequence accepted by heifcontextreadfrommemory can leave the context with no registered sequence tracks and crash when heifcontextgettrackctx, 0 is called. HeifContext::gettrack in libheif/context.cc...

4.3CVSS5.4AI score0.00325EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/18 10:16 p.m.•19 views

CVE-2026-52854

Maps is a MediaWiki extension that enables visualization of geographic data through dynamic embedded maps. Prior to version 12.1.3, the displaymap parser function in the Leaflet service accepts attacker-controlled HTML in the overlays parameter, and resources/leaflet/jquery.leaflet.js uses the...

8.6CVSS5.7AI score0.00638EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/18 10:16 p.m.•17 views

CVE-2026-48796

CefSharp provides .NET bindings for the Chromium Embedded Framework for Windows Forms and Windows Presentation Foundation applications. Prior to version 148.0.90, CefSharp/SchemeHandler/FolderSchemeHandlerFactory.cs used filePath.StartsWithrootFolder, StringComparison.OrdinalIgnoreCase to decide...

5.3CVSS5.5AI score0.00293EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/18 9:18 p.m.•16 views

CVE-2026-76039

Incorrect reference resolution in Core in Google Chrome on on Android prior to 151.0.7922.169 allowed a remote attacker leveraging social engineering to obtain sensitive information via a crafted HTML page. Chromium security severity: High...

6.5CVSS5.2AI score0.00496EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/08/18 9:18 p.m.•15 views

CVE-2026-71127

Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization component: Core. The supported version that is affected is 7.2.14. Easily exploitable vulnerability allows high privileged attacker with logon to the infrastructure where Oracle VM VirtualBox executes to compromise Oracle ...

6CVSS5.1AI score0.0012EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/18 9:18 p.m.•14 views

CVE-2026-76042

Use of uninitialized resource in GPU in Google Chrome prior to 151.0.7922.169 allowed a remote attacker who had compromised the renderer process to read memory outside the sandbox via a crafted HTML page. Chromium security severity: High...

3.1CVSS5.4AI score0.00323EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/08/18 9:18 p.m.•19 views

CVE-2026-71131

Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization component: Core. The supported version that is affected is 7.2.14. Easily exploitable vulnerability allows unauthenticated attacker with logon to the infrastructure where Oracle VM VirtualBox executes to compromise Oracle ...

8.6CVSS5.4AI score0.00175EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/18 9:18 p.m.•16 views

CVE-2026-76047

Type confusion in V8 in Google Chrome prior to 151.0.7922.169 allowed a remote attacker to execute arbitrary code inside the sandbox via a crafted HTML page. Chromium security severity: High...

8.8CVSS6AI score0.00388EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/08/18 9:18 p.m.•12 views

CVE-2026-76040

Use after free in Browser in Google Chrome on on Mac prior to 151.0.7922.169 allowed a remote attacker leveraging social engineering to execute arbitrary code outside the sandbox via a crafted HTML page. Chromium security severity: High...

8.8CVSS5.7AI score0.00508EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/08/18 9:18 p.m.•13 views

CVE-2026-76045

Use after free in WebGL in Google Chrome prior to 151.0.7922.169 allowed a remote attacker to execute arbitrary code inside the sandbox via a crafted HTML page. Chromium security severity: High...

8.8CVSS6AI score0.00349EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/08/18 9:18 p.m.•17 views

CVE-2026-71151

Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization component: Core. The supported version that is affected is 7.2.14. Difficult to exploit vulnerability allows low privileged attacker with logon to the infrastructure where Oracle VM VirtualBox executes to compromise Oracle...

5.6CVSS5.4AI score0.0012EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/18 9:18 p.m.•14 views

CVE-2026-76044

Race condition in USB in Google Chrome prior to 151.0.7922.169 allowed a remote attacker who had compromised the renderer process to potentially execute arbitrary code outside the sandbox via a crafted HTML page. Chromium security severity: High...

8.3CVSS5.7AI score0.00387EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/08/18 9:18 p.m.•16 views

CVE-2026-71134

Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization component: Core. The supported version that is affected is 7.2.14. Easily exploitable vulnerability allows high privileged attacker with logon to the infrastructure where Oracle VM VirtualBox executes to compromise Oracle ...

5.7CVSS5.2AI score0.00149EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/18 9:18 p.m.•16 views

CVE-2026-71116

Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization component: Core. The supported version that is affected is 7.2.14. Difficult to exploit vulnerability allows high privileged attacker with logon to the infrastructure where Oracle VM VirtualBox executes to compromise Oracl...

7.5CVSS5.2AI score0.00136EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/18 9:18 p.m.•15 views

CVE-2026-71138

Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization component: Core. The supported version that is affected is 7.2.14. Easily exploitable vulnerability allows high privileged attacker with logon to the infrastructure where Oracle VM VirtualBox executes to compromise Oracle ...

7.3CVSS5.1AI score0.00152EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/18 9:18 p.m.•15 views

CVE-2026-71135

Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization component: Core. The supported version that is affected is 7.2.14. Easily exploitable vulnerability allows high privileged attacker with logon to the infrastructure where Oracle VM VirtualBox executes to compromise Oracle ...

6CVSS5.1AI score0.0015EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/18 9:18 p.m.•15 views

CVE-2026-71126

Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization component: Core. The supported version that is affected is 7.2.14. Difficult to exploit vulnerability allows low privileged attacker with logon to the infrastructure where Oracle VM VirtualBox executes to compromise Oracle...

7.8CVSS5.3AI score0.00121EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/18 9:18 p.m.•19 views

CVE-2026-71128

Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization component: Core. The supported version that is affected is 7.2.14. Easily exploitable vulnerability allows high privileged attacker with logon to the infrastructure where Oracle VM VirtualBox executes to compromise Oracle ...

6CVSS5.1AI score0.00159EPSS
SaveExploits0References2
Total number of security vulnerabilities80000