Lucene search
+L

3960 matches found

nodejs
nodejs
•added 2020/06/05 7:50 p.m.•28 views

Information Exposure

Overview Versions of apollo-server-cloud-functions prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, thei...

6.7AI score
SaveExploits0Affected Software1
nodejs
nodejs
•added 2020/06/05 7:49 p.m.•24 views

Information Exposure

Overview Versions of apollo-server-core prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, their relations...

6.7AI score
SaveExploits0Affected Software1
nodejs
nodejs
•added 2020/06/05 7:49 p.m.•25 views

Information Exposure

Overview Versions of apollo-server-cache-memcached prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, thei...

6.7AI score
SaveExploits0Affected Software1
nodejs
nodejs
•added 2020/06/05 7:48 p.m.•33 views

Information Exposure

Overview Versions of apollo-server-azure-functions prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, thei...

6.7AI score
SaveExploits0Affected Software1
nodejs
nodejs
•added 2020/06/05 7:47 p.m.•34 views

Information Exposure

Overview Versions of apollo-server prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, their relations and...

6.7AI score
SaveExploits0Affected Software1
vulnersOsv
vulnersOsv
•added 2020/06/05 7:38 p.m.•6 views

@0x18b2ee/parse-server (>=3.10.1, <=3.11.0), @adncorp/parse-server (>=2.0.0, <=2.10.4) +126 more potentially affected by unknown CVE via apollo-server-express (>=2.0.0, <=2.14.1)

apollo-server-express NPM version =2.0.0, =3.10.1, =2.0.0, =0.1.0, =0.1.0, =0.3.0-SNAPSHOT1, =0.5.0-rc1, =0.3.0-SNAPSHOT1, =0.5.2-dev1, =2018.8.28-0, =1.0.5, =3.9.0, =1.0.3, =1.2.7 and more Source cves: unknown CVE Source advisory: OSV:GHSA-W42G-7VFC-XF37...

5.4AI score
SaveExploits0
vulnersOsv
vulnersOsv
•added 2020/06/05 7:38 p.m.•6 views

@forecastr/api (>=0.0.4, <=0.0.5), @hammerframework/api (>=0.0.1-alpha.13, <=0.0.1-alpha.14) +8 more potentially affected by unknown CVE via apollo-server-lambda (>=2.0.0-xrc.11, <=2.11.0)

apollo-server-lambda NPM version =2.0.0-xrc.11, =0.0.4, =0.0.1-alpha.13, =0.0.1-alpha.12, =1.1.0, =0.0.1-alpha.27, =1.0.0, =1.2.1 - photos-production-api 1.0.0 - redwood-express-api 0.8.1 Source cves: unknown CVE Source advisory: OSV:GHSA-W42G-7VFC-XF37...

5.4AI score
SaveExploits0
Hacker One
Hacker One
•added 2020/05/29 7:23 a.m.•35 views

X (Formerly Twitter): Private list members disclosure via GraphQL

Summary: Due to improper queries of GraphQL, the attacker can steal members of the private list. Description: Twitter implements a unique GraphQL endpoint, which can use only the queries that Twitter specified. However, there is a flaw in the backend...

6.6AI score
SaveExploits0
Hacker One
Hacker One
•added 2020/05/25 7:14 p.m.•31 views

Shopify: OrderListInitial leaks order details

Hello, During my investigation I have noticed that OrderListInitial graphql operation is leaking more information that it suppose to be for a staff with "Customer" only permission. Normally the graphql call is as below. POST /admin/internal/web/graphql/core HTTP/1.1...

0.7AI score
SaveExploits0
Hacker One
Hacker One
•added 2020/05/19 1:47 a.m.•51 views

HackerOne: GraphQL field on Team node can be used to determine if External Program runs invite-only program

On 19th May, A new parameter policymarkdownhtml been introduced inside the team Graphql query. Using Graphql query, We can able to determine External program running privately on Hackerone as policymarkdownhtml parameter was able to fetch private internal policy. Note: Using this parameter, it wa...

0.8AI score
SaveExploits0
Wallarm Lab
Wallarm Lab
•added 2020/05/18 9:18 p.m.•87 views

Securing GraphQL API

Introduction to GraphQL Representational state transfer REST APIs are the most popular type of API. However, GraphQL is rapidly growing in popularity as a competitor to REST. GraphQL is a meta-layer with built-in query language to access object-oriented data. It’s based on JSON-encoded HTTP...

0.5AI score
SaveExploits0
Hacker One
Hacker One
•added 2020/05/12 1:05 p.m.•162 views

HackerOne: Unauthorized access to metadata of undisclosed reports that were retested

Summary: reportretests object in User node discloses some information about undisclosed report Description: An attacker can get some infomation such as "assetname" , "assettype" , "severityrating" , "weaknessname" of undisclosed report Steps To Reproduce 1. Invoke the below graphql call POST...

6.7AI score
SaveExploits0
Hacker One
Hacker One
•added 2020/04/29 9:02 p.m.•65 views

Nuri: GraphQL introspection query works through unauthenticated WebSocket

Summary: It is possible to execute GraphQL introspection query through unauthenticated WebSocket connection. PoC included. Steps To Reproduce: To simplify reproducing I provided a simple html PoC file. 1. Start python static http server in directory with poc file: python3 -m http.server this step...

1AI score
SaveExploits0
Hacker One
Hacker One
•added 2020/04/24 1:57 p.m.•28 views

GitLab: Insufficient Type Check on GraphQL leading to Maintainer delete repository

Summary As you have know, Maintainer cannot delete/archive repository. But via GraphQL, they can do as there exists an sufficient check on GraphQL API app/graphql/mutations/snippets/destroy.rb ruby def resolveid: snippet = authorizedfind!id: id response = ::Snippets::DestroyService.newcurrentuser...

0.5AI score
SaveExploits0
NVD
NVD
•added 2020/04/08 7:15 p.m.•35 views

CVE-2020-10978

GitLab EE/CE 8.11 to 12.9 is leaking information on Issues opened in a public project and then moved to a private project through Web-UI and GraphQL API...

5.3CVSS5AI score0.01165EPSS
SaveExploits0References2
OSV
OSV
•added 2020/04/08 7:15 p.m.•32 views

CVE-2020-10978

GitLab EE/CE 8.11 to 12.9 is leaking information on Issues opened in a public project and then moved to a private project through Web-UI and GraphQL API...

5.3CVSS6.3AI score
SaveExploits0References2
Prion
Prion
•added 2020/04/08 7:15 p.m.•31 views

Information disclosure

GitLab EE/CE 8.11 to 12.9 is leaking information on Issues opened in a public project and then moved to a private project through Web-UI and GraphQL API...

5CVSS4.9AI score0.01165EPSS
SaveExploits0References2Affected Software1
CVE
CVE
•added 2020/04/08 6:08 p.m.•80 views

CVE-2020-10978

GitLab EE/CE versions 8.11–12.9 expose information about Issues opened in a public project that are later moved to a private project, accessible through the Web UI and GraphQL API. The root cause is an information-disclosure vulnerability allowing leakage during project-transfer-like actions. Aff...

5.3CVSS4.9AI score0.01165EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
•added 2020/04/08 6:08 p.m.•55 views

CVE-2020-10978

Removed by vendor...

5.3CVSS6AI score0.01165EPSS
SaveExploits0
Cvelist
Cvelist
•added 2020/04/08 6:08 p.m.•37 views

CVE-2020-10978

GitLab EE/CE 8.11 to 12.9 is leaking information on Issues opened in a public project and then moved to a private project through Web-UI and GraphQL API...

5AI score0.01165EPSS
SaveExploits0References2
Rows per page
Query Builder