Lucene search
+L

1038304 matches found

Github Security Blog
Github Security Blog
added 2026/07/21 9:50 p.m.10 views

Gitea: Public-only API token restriction is not enforced on team API routes

Summary Gitea's /api/v1/teams/id API routes do not correctly enforce the public-only access token restriction. A public-only token is intended to limit API access to public repositories and public organizations. However, several team API routes continue to return private team repository metadata...

4.3CVSS5.3AI score0.00193EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/07/21 9:36 p.m.18 views

CVE-2026-60621

CVE-2026-60621 affects Oracle JD Edwards EnterpriseOne Tools (Web Runtime Security) with vulnerable version 9.2.26.3. The issue allows an unauthenticated attacker, over HTTP, to compromise JD Edwards EnterpriseOne Tools, potentially taking over the tools. CVSS 3.1 base score is 8.1 (HIGH) with ne...

8.1CVSS7.3AI score0.00366EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/07/21 9:34 p.m.29 views

CVE-2026-60289

...

9.8CVSS0.00473EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/07/21 9:32 p.m.5 views

Important: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs: syft: syft-1.49.0-0.1.hum1 aarch64, x8664 syft-1.49.0-0.1.hum1.src src...

7.5CVSS7.2AI score0.00446EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/21 9:32 p.m.18 views

EUVD-2026-46359

In Eclipse OpenJ9 versions up to 0.60, when executing class files where a previously concrete superclass method has been recompiled as abstract, execution is incorrectly delegated to an interface default method...

6.9CVSS5.6AI score0.00297EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/21 9:22 p.m.30 views

CVE-2026-55851 Netty codec-haproxy: Signed-Byte Sentinel Collision in HAProxyMessageDecoder Leads to Unbounded Memory Exhaustion

Netty is a network application framework for development of protocol servers and clients. In versions 4.2.0.Final up to but not including 4.2.16.Final, and 4.1.0.Final up to but not including 4.1.135, the HAProxyMessageDecoder in Netty's codec-haproxy module performs protocol version detection by...

8.7CVSS0.00612EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/21 9:2 p.m.10 views

Gitea: OAuth2 sign-in reactivates an administrator-deactivated account on auth sources without refresh tokens (incomplete fix of #38009)

Description Gitea's OAuth2 sign-in callback reactivates a deactivated user account IsActive=false when the user signs in through an authentication source that does not issue refresh tokens notably GitHub, and any OIDC/OAuth2 source configured without offlineaccess. PR 38009 added a gate intended ...

8.1CVSS5.5AI score0.00295EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/21 8:41 p.m.10 views

Gitea: Private Repository Metadata Remains Accessible After Access Revocation

Summary A user who previously had access to a private repository can continue to obtain repository metadata through GET /api/v1/user/starred after their access to the repository has been revoked. After a collaborator is removed from a private repository, direct access to the repository is correct...

7.5CVSS5.4AI score0.00283EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/21 8:40 p.m.9 views

Gitea: Fork-PR Actions task can read a third private repository via the collaborative-owner branch (missing fork-PR guard)

Summary GetActionsUserRepoPermission models/perm/access/repopermission.go decides whether an Actions task token may access a target repo. Its cross-repo branches each enforce a fork-PR discriminator — except the collaborative-owner branch, which is missing the !task.IsForkPullRequest guard that i...

7.1CVSS5.3AI score0.00252EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/21 8:17 p.m.5 views

UBUNTU-CVE-2026-56852

A norm.Iter can enter an infinite loop when handling input containing invalid UTF-8 bytes...

7.5CVSS5.8AI score0.00446EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/21 8:14 p.m.7 views

CVE-2026-16318 QUIC Transport Parameters Memory Leak During HelloRetryRequest in s2n-tls

The QUIC transport parameters extension handler in s2n-tls incorrectly uses s2nalloc instead of s2nrealloc to store the peer's transport parameters. When a TLS 1.3 connection goes through a HelloRetryRequest, the handler is called twice on the same connection. On the second call, s2nalloc zeroes...

6.9CVSS5.3AI score0.00388EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 8:11 p.m.6 views

GHSA-66M4-5JJR-2RG5 Gitea: Webhooks created by a collaborator keep firing after their repo access is revoked → ongoing real-time exfiltration of private repo content

Affected product Gitea — services/repository/collaboration.go DeleteCollaboration + webhook delivery Summary When a collaborator with admin permission on a private repo creates a webhook, that webhook keeps firing after the collaborator's access is revoked. Gitea's revocation cleanup...

6.8CVSS5.5AI score0.00278EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/21 7:33 p.m.9 views

GHSA-3PJW-73GF-8QR5 jackson-databind: @JsonIgnore on a Record property is bypassed with a PropertyNamingStrategy

Summary For Java Records, POJOPropertiesCollector.removeUnwantedIgnorals records a @JsonIgnore-annotated component under its original implicit name before renameUsing applies the PropertyNamingStrategy. After the rename, ignoredPropertyNames still holds only the pre-rename name, so ignorableProps...

6.5CVSS5.7AI score0.00247EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/21 7:9 p.m.8 views

GHSA-H35F-9H28-MQ5C setuptools: MANIFEST.in exclusion bypass in sdist via Unicode normalization collision (NFC/NFD) on macOS APFS/HFS+

Summary When building a source distribution python -m build --sdist / setup.py sdist, setuptools' FileList applies MANIFEST.in directives exclude, global-exclude, recursive-exclude, prune by matching a compiled glob against on-disk file names byte-for-byte, with no Unicode normalization. On...

6.1CVSS5.2AI score0.00405EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2026/07/21 6:24 p.m.23 views

Important: Red Hat Security Advisory: kernel security, bug fix, and enhancement update

An update for kernel is now available for Red Hat Enterprise Linux 10. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from t...

8.8CVSS5.9AI score0.0026EPSS
SaveExploits3References12
RedHat Linux
RedHat Linux
added 2026/07/21 6:24 p.m.8 views

kernel: drm/xe/dma-buf: fix UAF with retry loop

A flaw was found in the Linux kernel, specifically within the drm/xe/dma-buf component. This Use-After-Free UAF vulnerability occurs due to an issue in a retry loop, where a buffer object is prematurely freed on error. An attacker could potentially exploit this to cause memory corruption, leading...

7.8CVSS6.2AI score0.00139EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/21 5:0 p.m.16 views

EUVD-2026-46328

This High severity RCE Remote Code Execution vulnerability was introduced in version 3.4.11 of Sourcetree for Mac and Sourcetree for Windows. This RCE Remote Code Execution vulnerability, with a CVSS Score of 7.1, allows an authenticated attacker to execute arbitrary code which has high impact to...

7.1CVSS6.2AI score0.00322EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 5:0 p.m.44 views

CVE-2026-21575

The CVE-2026-21575 entry concerns Sourcetree for Mac and Sourcetree for Windows, introduced in version 3.4.11. It is a High severity remote code execution (RCE) vulnerability that an authenticated attacker can exploit to execute arbitrary code with high impact to confidentiality, integrity, and a...

8CVSS6.2AI score0.00322EPSS
SaveExploits0References2Affected Software1
RedHat Linux
RedHat Linux
added 2026/07/21 4:32 p.m.8 views

Important: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs: libssh: libssh-0.12.1-4.hum1 aarch64, x8664 libssh-config-0.12.1-4.hum1 noarch libssh-devel-0.12.1-4.hum1 aarch64, x8664 libssh-0.12.1-4.hum1.src src...

8.8CVSS5.2AI score0.00506EPSS
SaveExploits1References12
RedHat Linux
RedHat Linux
added 2026/07/21 3:21 p.m.14 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.20.30 bug fix and security update

Red Hat OpenShift Container Platform release 4.20.30 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.20. Red Hat Product Security has rated this update as having a...

9.3CVSS7.5AI score0.03234EPSS
SaveExploits8References4
Rows per page
Query Builder