Lucene search
+L

260633 matches found

NVD
NVD
added 2026/09/16 3:19 p.m.1 views

CVE-2026-92616

FileRise before version 3.28.0 contains a privilege escalation vulnerability that allows authenticated low-privilege attackers to gain unauthorized read and write access by exploiting improper session isolation between the WebDAV interface and the web application session context. Attackers can...

7.6CVSS
SaveExploits0References2
NVD
NVD
added 2026/09/16 3:19 p.m.0 views

CVE-2026-92383

A security vulnerability has been detected in PbootCMS up to 3.2.24. This vulnerability affects the function UserController::del/UserController::mod of the file apps/admin/controller/system/UserController.php of the component User Management. Such manipulation leads to cross-site request forgery...

5.3CVSS
SaveExploits0References7
NVD
NVD
added 2026/09/16 3:19 p.m.0 views

CVE-2026-92565

Rallly before 4.15.0 contains an information disclosure vulnerability in the polls.get tRPC procedure that returns scheduled-event invitee names and email addresses to unauthenticated callers. Attackers can access a poll's urlId from public invite links to retrieve sensitive invitee information...

6.9CVSS
SaveExploits0References6
NVD
NVD
added 2026/09/16 3:18 p.m.1 views

CVE-2026-88976

Plate is a rich-text editor with AI and shadcn/ui. Prior to 53.3.11, and in the discontinued 54.0.0-beta.0 through 54.0.0-beta.1 builds, Plate core HTML deserialization APIs parse supplied HTML strings in the active document. When an application passes untrusted or cross-user HTML to these APIs,...

6.1CVSS
SaveExploits0References4
NVD
NVD
added 2026/09/16 3:18 p.m.1 views

CVE-2026-88064

Backstage is an open framework for building developer portals. Prior to 1.14.6 and from 1.15.0 until 1.15.4, the @backstage/plugin-techdocs-node package insufficiently validates mkdocs.yml supplied by an authenticated user who can register or modify a TechDocs source. Unsafe Python YAML tags,...

8.8CVSS
SaveExploits0References8
NVD
NVD
added 2026/09/16 3:18 p.m.1 views

CVE-2026-84997

react/http is an event-driven, streaming HTTP client and server implementation for ReactPHP. From 0.6.0 until 1.11.1, React\Http\Io\ChunkedDecoder could enter an infinite loop while processing a malformed Transfer-Encoding: chunked body because handleData required its buffer to shrink on every...

7.5CVSS
SaveExploits0References3
NVD
NVD
added 2026/09/16 3:17 p.m.1 views

CVE-2026-82410

Pocketbase is an open source web backend written in go. Prior to 0.22.48 and 0.39.7, PocketBase's panic-recovery middleware covers regular request handling but not internal child and worker goroutines. A panic in one of these internal goroutines can escape recovery and terminate the server proces...

8.7CVSS
SaveExploits0References6
NVD
NVD
added 2026/09/16 3:17 p.m.2 views

CVE-2026-77410

RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13.0, Channel.recvContent in channel.go preallocates the message body slice with the uint64 ch.header.Size value supplied by an AMQP content header without capping the allocation to the negotiated Connection.Config.FrameSize value. A...

8.9CVSS
SaveExploits0References4
NVD
NVD
added 2026/09/16 3:17 p.m.2 views

CVE-2026-77412

RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13.0, readField in read.go reads the length of an AMQP byte-array field with type tag x into a signed int32 and passes the value directly to make when allocating the field buffer. A malicious or compromised broker can encode a value such a...

8.9CVSS
SaveExploits0References4
NVD
NVD
added 2026/09/16 3:17 p.m.1 views

CVE-2026-77411

RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13.0, readLongstr in read.go returns an empty string and a nil error when a declared AMQP longstr length exceeds 0x7FFFFFFF instead of returning ErrSyntax. The function leaves the declared field bytes unread, while readTable treats the...

9.5CVSS
SaveExploits0References4
NVD
NVD
added 2026/09/16 3:17 p.m.1 views

CVE-2026-77409

RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13.0, Channel.dispatch in channel.go, confirms.confirm in confirms.go, and Connection.dispatch0 in connection.go synchronously send publisher confirmations, flow-control events, consumer cancellations, returned messages, including...

8.2CVSS
SaveExploits0References4
NVD
NVD
added 2026/09/16 3:17 p.m.2 views

CVE-2026-77406

RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13.0, Channel.Qos in channel.go accepts negative prefetchCount and prefetchSize integers and casts them directly to uint16 and uint32 fields in the basic.qos method because validateQos is absent. Values such as -1 therefore wrap to 65535 o...

8.2CVSS
SaveExploits0References4
NVD
NVD
added 2026/09/16 3:17 p.m.1 views

CVE-2026-77408

RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13.0, the writeShortstr function in write.go casts the byte length of AMQP shortstr property values to uint8 without first rejecting values longer than 255 bytes. An application that accepts an oversized CorrelationId, ReplyTo, MessageId,...

9.1CVSS
SaveExploits0References4
NVD
NVD
added 2026/09/16 3:17 p.m.2 views

CVE-2026-77407

RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13.0, PlainAuth values defined in auth.go retain passwords as exported plaintext fields in Connection.Config.SASL after a successful PLAIN authentication handshake. The Connection.openComplete method in connection.go does not clear those...

7CVSS
SaveExploits0References4
NVD
NVD
added 2026/09/16 3:17 p.m.1 views

CVE-2026-77405

RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13.0, tlsConfigFromURI in uri.go creates tls.Config values without setting MinVersion to tls.VersionTLS12. Builds using a Go runtime whose default permits TLS 1.0 or TLS 1.1 can therefore negotiate an obsolete protocol version when...

9.4CVSS
SaveExploits0References4
NVD
NVD
added 2026/09/16 3:17 p.m.1 views

CVE-2026-77404

RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13.0, URI.String in uri.go concatenates CertFile, KeyFile, CACertFile, and ServerName values directly into an AMQPS query string instead of encoding them as URL query parameters with url.Values. If an application accepts a TLS asset path...

8.7CVSS
SaveExploits0References4
NVD
NVD
added 2026/09/16 3:17 p.m.2 views

CVE-2026-77403

RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13.0, Connection.openTune in connection.go accepts a server-advertised FrameMax below the AMQP frameMinSize value of 4096 bytes because the connection negotiation loop does not enforce the protocol minimum. A malicious or compromised AMQP...

8.9CVSS
SaveExploits0References4
NVD
NVD
added 2026/09/16 3:17 p.m.2 views

CVE-2026-76825

RestrictedPython is a tool that helps define a subset of the Python language for accepting program input in a trusted environment. Prior to 8.4, RestrictedPython could allow a sandbox escape when a custom import policy or globals exposed the standard library string module, the string.Formatter...

8.4CVSS
SaveExploits0References3
NVD
NVD
added 2026/09/16 3:17 p.m.1 views

CVE-2026-77401

Zope AccessControl provides a general security framework for use in Zope. Prior to 7.4, applications that allow untrusted users to create and execute AccessControl-controlled Python code do not safely guard str.format and str.formatmap when those methods are reached through a str subclass. In bot...

6.8CVSS
SaveExploits0References3
NVD
NVD
added 2026/09/16 3:17 p.m.1 views

CVE-2026-63671

MDC is a tool to take regular Markdown and write documents interacting deeply with a Vue component. Prior to 0.22.1, @nuxtjs/mdc uses parseMarkdown with allowDangerousHtml enabled by default and relies on validateProps, validateProp, and unsafeLinkPrefix to remove executable URLs from untrusted...

8.1CVSS
SaveExploits0References4
Rows per page
Query Builder