Lucene search
+L

138082 matches found

Github Security Blog
Github Security Blog
added 2026/07/21 8:40 p.m.16 views

Gitea: RSS/Atom feed handlers bypass API-token scope & public-only confinement (incomplete fix of #37698)

Summary Gitea's RSS/Atom feed handlers accept API-token Basic auth but perform no token-scope or public-only enforcement. A personal access token that is correctly blocked HTTP 403 from a private repository on /raw, /media, /archive, and /releases/download/... — because it is marked public-only o...

4.3CVSS5.5AI score0.00285EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/21 8:40 p.m.7 views

GHSA-6CQF-375W-639G Gitea: RSS/Atom feed handlers bypass API-token scope & public-only confinement (incomplete fix of #37698)

Summary Gitea's RSS/Atom feed handlers accept API-token Basic auth but perform no token-scope or public-only enforcement. A personal access token that is correctly blocked HTTP 403 from a private repository on /raw, /media, /archive, and /releases/download/... — because it is marked public-only o...

4.3CVSS5.5AI score0.00285EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/21 8:39 p.m.13 views

Gitea: Denial of Service via Unbounded io.ReadAll in NPM Package Tag Endpoint

Summary An unbounded io.ReadAllctx.Req.Body call in the NPM package tag API endpoint allows any authenticated user to crash the Gitea server by sending a single large HTTP request. The request body is read entirely into memory with no size limit, causing an Out-of-Memory OOM kill. With concurrent...

6.5CVSS5.7AI score0.00376EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/21 8:39 p.m.16 views

GHSA-WWQQ-X6W4-FRM2 Gitea: Denial of Service via Unbounded io.ReadAll in NPM Package Tag Endpoint

Summary An unbounded io.ReadAllctx.Req.Body call in the NPM package tag API endpoint allows any authenticated user to crash the Gitea server by sending a single large HTTP request. The request body is read entirely into memory with no size limit, causing an Out-of-Memory OOM kill. With concurrent...

6.5CVSS5.7AI score0.00376EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/21 8:36 p.m.35 views

Gitea Actions Artifacts V4 signed URL HMAC ambiguity allows cross-repository artifact read and cross-task upload-state write

Summary Gitea Actions Artifacts V4 signed upload/download URLs can be rewritten to access a different running task and repository context while preserving the original HMAC signature. An attacker with permission to run a Gitea Actions job can turn a signed URL for an attacker-controlled artifact...

9.6CVSS5.5AI score0.00301EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/21 8:36 p.m.29 views

GHSA-HG5R-VQ93-9FV6 Gitea Actions Artifacts V4 signed URL HMAC ambiguity allows cross-repository artifact read and cross-task upload-state write

Summary Gitea Actions Artifacts V4 signed upload/download URLs can be rewritten to access a different running task and repository context while preserving the original HMAC signature. An attacker with permission to run a Gitea Actions job can turn a signed URL for an attacker-controlled artifact...

9.6CVSS5.6AI score0.00301EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/07/21 8:31 p.m.9 views

CVE-2026-64821 djangoSIGE 1.10 CSRF via GET-based Order Cancellation Views

djangoSIGE through 1.10 commit a6fe7e8 contains a cross-site request forgery vulnerability that allows unauthenticated attackers to cancel sales or purchase orders on behalf of authenticated users by exploiting order-cancellation logic implemented inside HTTP GET method handlers in...

5.3CVSS5.1AI score0.00222EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/21 8:31 p.m.46 views

CVE-2026-64821 djangoSIGE 1.10 CSRF via GET-based Order Cancellation Views

djangoSIGE through 1.10 commit a6fe7e8 contains a cross-site request forgery vulnerability that allows unauthenticated attackers to cancel sales or purchase orders on behalf of authenticated users by exploiting order-cancellation logic implemented inside HTTP GET method handlers in...

5.3CVSS0.00222EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 8:31 p.m.27 views

CVE-2026-64821

The issue CVE-2026-64821 affects djangoSIGE up to version 1.10. The vulnerability arises in order-cancellation logic (CancelarOrcamentoVendaView, CancelarPedidoVendaView, CancelarOrcamentoCompraView, CancelarPedidoCompraView) implemented in HTTP GET handlers, allowing unauthenticated attackers to...

5.3CVSS5.1AI score0.00222EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/21 8:24 p.m.20 views

Gitea: Privilege Escalation via Access Token Scope Escalation in API

Gitea's API endpoint for creating Personal Access Tokens POST /users/username/tokens is protected by a middleware reqBasicOrRevProxyAuth that is intended to require password-based authentication, preventing a compromised token from being used to mint new ones. However, when a token is passed in t...

9.8CVSS5.6AI score0.00418EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/21 8:24 p.m.11 views

GHSA-683J-3FF6-HH2X Gitea: Privilege Escalation via Access Token Scope Escalation in API

Gitea's API endpoint for creating Personal Access Tokens POST /users/username/tokens is protected by a middleware reqBasicOrRevProxyAuth that is intended to require password-based authentication, preventing a compromised token from being used to mint new ones. However, when a token is passed in t...

8.7CVSS5.6AI score0.00418EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/07/21 8:24 p.m.11 views

Gitea: Denial of Service (CPU & Memory Exhaustion) via O(N^2) String Concatenation in Debian Package Upload

Gitea's Debian package registry parser contains an unbounded decompression vulnerability in ParseControlFile. When processing an uploaded .deb file, the parser decompresses control.tar.gz and copies the entire uncompressed stream into a strings.Builder via a TeeReader, with no limit on how much...

6.2CVSS5.8AI score0.00183EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/21 8:24 p.m.22 views

GHSA-6HM7-3PWJ-22RM Gitea: Denial of Service (CPU & Memory Exhaustion) via O(N^2) String Concatenation in Debian Package Upload

Gitea's Debian package registry parser contains an unbounded decompression vulnerability in ParseControlFile. When processing an uploaded .deb file, the parser decompresses control.tar.gz and copies the entire uncompressed stream into a strings.Builder via a TeeReader, with no limit on how much...

7.1CVSS5.8AI score0.00183EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/21 8:17 p.m.11 views

CVE-2026-59147

Data::DisjointSet::Shared versions before 0.02 for Perl allow out-of-bounds reads and writes via an unvalidated parent index in dsufind. The attach-time validator dsuvalidateheader checks the header scalars and region layout against the file size, but does not validate the array contents it then...

9.8CVSS0.00553EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/07/21 8:01 p.m.6 views

Awesome-MoAI-Security — Updated!

Awesome Mobile On-Device AI Security SoK: Attack and Defense Landscape of Mobile On-device AI Systems Yujin Huang, Xin Zheng, Xingliang Yuan, Kwok-Yan Lam Mobile on-device AI systems execute AI models locally through ML frameworks such as LiteRT/TFLite , Core ML , ExecuTorch , ONNX , and...

6.2AI score
SaveExploits0References28
Kitploit
Kitploit
added 2026/07/21 7:55 p.m.11 views

trufflehog v3.95.9

TruffleHog Find leaked credentials. 🔎 Now Scanning ...and more To learn more about TruffleHog and its features and capabilities, visit our product page. 🌐 TruffleHog Enterprise Are you interested in continuously monitoring Git, Jira, Slack, Confluence, Microsoft Teams, Sharepoint and more for...

7.8CVSS6.1AI score0.00299EPSS
SaveExploits0References15
Kitploit
Kitploit
added 2026/07/21 7:54 p.m.9 views

rustdesk nightly

Build • Docker • Structure • Snapshot Українська | česky | 中文 | Magyar | Español | فارسی | Français | Deutsch | Polski | Indonesian | Suomi | മലയാളം | 日本語 | Nederlands | Italiano | Русский | Português Brasil | Esperanto | 한국어 | العربي | Tiếng Việt | Dansk | Ελληνικά | Türkçe | Norsk | Română We...

6AI score
SaveExploits0References25
OSV
OSV
added 2026/07/21 7:40 p.m.34 views

GHSA-MHM7-754M-9P8W jackson-databind: `@JsonView` bypass for creator properties with `@JsonTypeInfo(include=As.EXTERNAL_PROPERTY)`

Summary In BeanDeserializer.deserializeUsingPropertyBasedWithExternalTypeId, the active-view @JsonView filter was applied only to the regular bean-property branch; the creator-property branch performed no creatorProp.visibleInViewactiveView check. A constructor parameter annotated with both...

6.5CVSS5.9AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/21 7:40 p.m.11 views

jackson-databind: `@JsonView` bypass for creator properties with `@JsonTypeInfo(include=As.EXTERNAL_PROPERTY)`

Summary In BeanDeserializer.deserializeUsingPropertyBasedWithExternalTypeId, the active-view @JsonView filter was applied only to the regular bean-property branch; the creator-property branch performed no creatorProp.visibleInViewactiveView check. A constructor parameter annotated with both...

6.5CVSS7.6AI score0.00384EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2026/07/21 7:17 p.m.11 views

CVE-2026-59140

Data::SortedSet::Shared versions before 0.03 for Perl allow an out-of-bounds read via unvalidated node indices in the rank and min/max query paths. The attach-time validator ssvalidateheader bounds only the root index against the node pool nodecapacity. The order-statistics and min/max queries th...

9.1CVSS0.00539EPSS
SaveExploits0References2
Rows per page
Query Builder